#6FC5DA

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

Shades of Spray #6FC5DA

Tints of Spray #6FC5DA

Color information

#6FC5DA (or 0x6FC5DA) is unknown color: approx Spray. HEX triplet: 6F, C5 and DA. RGB value is (111,197,218). Sum of RGB (Red+Green+Blue) = 111+197+218=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #6FC5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC5DA is #903A25. Grayscale: #ADADAD. Windows color (decimal): -9452070 or 14337391. OLE color: 14337391.

HSL color Cylindrical-coordinate representation of color #6FC5DA: hue angle of 191.78º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FC5DA is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB111197218-
CMYK0.490.1000.15
HSL191.78º59.12%64.51%-
HSV(B)191.78º49.08%85.49%-
XYZ39.1848.3773.6-
YUV173.68153.0183.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.10%
GREEN value IS 197 (77.34% from 255) = 37.45%
BLUE value IS 218 (85.55% from 255) = 41.44%
R=21.10%
G=37.45%
B=41.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1111972180.490.1000.15191.7859.1264.51
Hex6FC5DA31A0Fc03b41
Octal157305332611201730073101
Binary11011111100010111011010110001101001111110000001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,197,218); }

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

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

 a { background-color: rgb(111,197,218); }

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

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

 span { border-color: rgb(111,197,218); }

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