Html Css Color HEX #6BCCCF Spray

📋 copy color: '#6BCCCF'

red 107 ◦ green 204 ◦ blue 207

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

Shades of Spray #6BCCCF

Tints of Spray #6BCCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 20.66%
G = 39.38%
B = 39.96%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BCCCF (or 0x6BCCCF) is known color: Spray. HEX triplet: 6B, CC and CF. RGB value is (107,204,207). Sum of RGB (Red+Green+Blue) = 107+204+207=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #6BCCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCCF is #943330. Grayscale: #AFAFAF. Windows color (decimal): -9712433 or 13618283. OLE color: 13618283.

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

Color convert

RGB 107 204 207 -
CMYK 0.48 0.01 0 0.19
HSL 181.8º 0.51% 0.62% -
HSV(B) 181.8º 0.48% 0.81% -
XYZ 38.92 50.82 66.79 -
YUV 175.34 145.86 79.26 -
System Red Green Blue C M Y K H S L
Decimal 107 204 207 0.48 0.01 0 0.19 181.8 0.51 0.62
Hex 6B CC CF 30 1 0 13 B6 33 3E
Octal 153 314 317 60 1 0 23 266 63 76
Binary 1101011 11001100 11001111 110000 1 0 10011 10110110 110011 111110

Color Harmonies of #6BCCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCCCF

Black with #6BCCCF

Text Example


Text Example

White with #6BCCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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