Html Css Color HEX #6BC8CE Spray

📋 copy color: '#6BC8CE'

red 107 ◦ green 200 ◦ blue 206

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

Shades of Spray #6BC8CE

Tints of Spray #6BC8CE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.99%

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 20.86%
G = 38.99%
B = 40.16%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BC8CE (or 0x6BC8CE) is known color: Spray. HEX triplet: 6B, C8 and CE. RGB value is (107,200,206). Sum of RGB (Red+Green+Blue) = 107+200+206=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BC8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC8CE is #943731. Grayscale: #ACACAC. Windows color (decimal): -9713458 or 13551723. OLE color: 13551723.

HSL color Cylindrical-coordinate representation of color #6BC8CE: hue angle of 183.64º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BC8CE is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 200 206 -
CMYK 0.48 0.03 0 0.19
HSL 183.64º 0.5% 0.61% -
HSV(B) 183.64º 0.48% 0.81% -
XYZ 37.86 48.89 65.83 -
YUV 172.88 146.69 81.01 -
System Red Green Blue C M Y K H S L
Decimal 107 200 206 0.48 0.03 0 0.19 183.64 0.5 0.61
Hex 6B C8 CE 30 3 0 13 B8 32 3D
Octal 153 310 316 60 3 0 23 270 62 75
Binary 1101011 11001000 11001110 110000 11 0 10011 10111000 110010 111101

Color Harmonies of #6BC8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC8CE

Black with #6BC8CE

Text Example


Text Example

White with #6BC8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,200,206); }

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

background-color css

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

 a { background-color: rgb(107,200,206); }

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

border-color css

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

 span { border-color: rgb(107,200,206); }

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