#6BCADA

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

Shades of Spray #6BCADA

Tints of Spray #6BCADA

Color information

#6BCADA (or 0x6BCADA) is unknown color: approx Spray. HEX triplet: 6B, CA and DA. RGB value is (107,202,218). Sum of RGB (Red+Green+Blue) = 107+202+218=527 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.30% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BCADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCADA is #943525. Grayscale: #AFAFAF. Windows color (decimal): -9712934 or 14338667. OLE color: 14338667.

HSL color Cylindrical-coordinate representation of color #6BCADA: hue angle of 188.65º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BCADA is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB107202218-
CMYK0.510.0700.15
HSL188.65º60%63.73%-
HSV(B)188.65º50.92%85.49%-
XYZ39.8450.4373.96-
YUV175.42152.0379.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.30%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=20.30%
G=38.33%
B=41.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1072022180.510.0700.15188.656063.73
Hex6BCADA3370Fbd3c40
Octal15331233263701727574100
Binary1101011110010101101101011001111101111101111011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,202,218); }

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

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

 a { background-color: rgb(107,202,218); }

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

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

 span { border-color: rgb(107,202,218); }

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