Html Css Color HEX #6BCCD5 Spray

📋 copy color: '#6BCCD5'

red 107 ◦ green 204 ◦ blue 213

#6BCCD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #6BCCD5

Tints of Spray #6BCCD5

RGB

 RED value IS 107 (42.19% from 255) = 20.42%

 GREEN value IS 204 (80.08% from 255) = 38.93%

 BLUE value IS 213 (83.59% from 255) = 40.65%

R = 20.42%
G = 38.93%
B = 40.65%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6BCCD5 (or 0x6BCCD5) is known color: Spray. HEX triplet: 6B, CC and D5. RGB value is (107,204,213). Sum of RGB (Red+Green+Blue) = 107+204+213=524 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.42% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 213 - color contains mainly: blue. Hex color #6BCCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCD5 is #94332A. Grayscale: #AFAFAF. Windows color (decimal): -9712427 or 14011499. OLE color: 14011499.

HSL color Cylindrical-coordinate representation of color #6BCCD5: hue angle of 185.09º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BCCD5 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 204 213 -
CMYK 0.50 0.04 0 0.16
HSL 185.09º 0.56% 0.63% -
HSV(B) 185.09º 0.5% 0.84% -
XYZ 39.67 51.12 70.73 -
YUV 176.02 148.86 78.77 -
System Red Green Blue C M Y K H S L
Decimal 107 204 213 0.50 0.04 0 0.16 185.09 0.56 0.63
Hex 6B CC D5 32 4 0 10 B9 38 3F
Octal 153 314 325 62 4 0 20 271 70 77
Binary 1101011 11001100 11010101 110010 100 0 10000 10111001 111000 111111

Color Harmonies of #6BCCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCCD5

Black with #6BCCD5

Text Example


Text Example

White with #6BCCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,204,213); }

 H1.HeaderClassName
 {
   color: #6BCCD5;
 }
 .AnyTagClassName
 {
   color: #6BCCD5;
 }
</style>

background-color css

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

 a { background-color: rgb(107,204,213); }

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

border-color css

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

 span { border-color: rgb(107,204,213); }

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