Html Css Color HEX #6BC7CE Spray

📋 copy color: '#6BC7CE'

red 107 ◦ green 199 ◦ blue 206

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

Shades of Spray #6BC7CE

Tints of Spray #6BC7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.87%

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

R = 20.9%
G = 38.87%
B = 40.23%

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

#6BC7CE (or 0x6BC7CE) is known color: Spray. HEX triplet: 6B, C7 and CE. RGB value is (107,199,206). Sum of RGB (Red+Green+Blue) = 107+199+206=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BC7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC7CE is #943831. Grayscale: #ACACAC. Windows color (decimal): -9713714 or 13551467. OLE color: 13551467.

HSL color Cylindrical-coordinate representation of color #6BC7CE: hue angle of 184.24º 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 #6BC7CE is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 199 206 -
CMYK 0.48 0.03 0 0.19
HSL 184.24º 0.5% 0.61% -
HSV(B) 184.24º 0.48% 0.81% -
XYZ 37.63 48.43 65.76 -
YUV 172.29 147.02 81.43 -
System Red Green Blue C M Y K H S L
Decimal 107 199 206 0.48 0.03 0 0.19 184.24 0.5 0.61
Hex 6B C7 CE 30 3 0 13 B8 32 3D
Octal 153 307 316 60 3 0 23 270 62 75
Binary 1101011 11000111 11001110 110000 11 0 10011 10111000 110010 111101

Color Harmonies of #6BC7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC7CE

Black with #6BC7CE

Text Example


Text Example

White with #6BC7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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