#6fc8e7

Color #6FC8E7 Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #6FC8E7

Tints of Spray #6FC8E7

Color information

#6FC8E7 (or 0x6FC8E7) is unknown color: approx Spray. HEX triplet: 6F, C8 and E7. RGB value is (111,200,231). Sum of RGB (Red+Green+Blue) = 111+200+231=542 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.48% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 231 (90.62% from 255 or 42.62% from 542); Max value from RGB is 231 - color contains mainly: blue. Hex color #6FC8E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC8E7 is #903718. Grayscale: #B0B0B0. Windows color (decimal): -9451289 or 15190127. OLE color: 15190127.

HSL color Cylindrical-coordinate representation of color #6FC8E7: hue angle of 195.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FC8E7 is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB111200231-
CMYK0.520.1300.09
HSL195.5º71.43%67.06%-
HSV(B)195.5º51.95%90.59%-
XYZ41.6350.4683.15-
YUV176.92158.5180.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 20.48%
GREEN value IS 200 (78.52% from 255) = 36.90%
BLUE value IS 231 (90.62% from 255) = 42.62%
R=20.48%
G=36.90%
B=42.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1112002310.520.1300.09195.571.4367.06
Hex6FC8E734D09c44743
Octal1573103476415011304107103
Binary110111111001000111001111101001101010011100010010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fc8e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6fc8e7; }

 p { color: rgb(111,200,231); }

 H1.HeaderClassName
 {
   color: #6fc8e7;
 }
 .AnyTagClassName
 {
   color: #6fc8e7;
 }
</style>
background-color css

<style>
 a { background-color: #6fc8e7; }

 a { background-color: rgb(111,200,231); }

 div.DivClassName
 {
   background-color: #6fc8e7;
 }
 .BgClassName
 {
   background-color: #6fc8e7;
 }
</style>
border-color css

<style>
 span { border-color: #6fc8e7; }

 span { border-color: rgb(111,200,231); }

 td.TdClassName
 {
   border-color: #6fc8e7;
 }
 .TagClassName
 {
   border-color: #6fc8e7;
 }
</style>