#6bc9dd

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

Shades of Spray #6BC9DD

Tints of Spray #6BC9DD

Color information

#6BC9DD (or 0x6BC9DD) is unknown color: approx Spray. HEX triplet: 6B, C9 and DD. RGB value is (107,201,221). Sum of RGB (Red+Green+Blue) = 107+201+221=529 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.23% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BC9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC9DD is #943622. Grayscale: #AFAFAF. Windows color (decimal): -9713187 or 14535019. OLE color: 14535019.

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

Color convert

RGB107201221-
CMYK0.520.0900.13
HSL190.53º62.64%64.31%-
HSV(B)190.53º51.58%86.67%-
XYZ4050.1275.97-
YUV175.17153.8679.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.23%
GREEN value IS 201 (78.91% from 255) = 38.00%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=20.23%
G=38.00%
B=41.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072012210.520.0900.13190.5362.6464.31
Hex6BC9DD3490Dbf3f40
Octal153311335641101527777100
Binary11010111100100111011101110100100101101101111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bc9dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,201,221); }

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

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

 a { background-color: rgb(107,201,221); }

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

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

 span { border-color: rgb(107,201,221); }

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