Html Css Color HEX #6BCCCC Downy

📋 copy color: '#6BCCCC'

red 107 ◦ green 204 ◦ blue 204

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

Shades of Downy #6BCCCC

Tints of Downy #6BCCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.61%

R = 20.78%
G = 39.61%
B = 39.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6BCCCC (or 0x6BCCCC) is known color: Downy. HEX triplet: 6B, CC and CC. RGB value is (107,204,204). Sum of RGB (Red+Green+Blue) = 107+204+204=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #6BCCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCCC is #943333. Grayscale: #AEAEAE. Windows color (decimal): -9712436 or 13421675. OLE color: 13421675.

HSL color Cylindrical-coordinate representation of color #6BCCCC: hue angle of 180º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCCCC is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 204 204 -
CMYK 0.48 0 0 0.2
HSL 180º 0.49% 0.61% -
HSV(B) 180º 0.48% 0.8% -
XYZ 38.56 50.67 64.88 -
YUV 175 144.36 79.5 -
System Red Green Blue C M Y K H S L
Decimal 107 204 204 0.48 0 0 0.2 180 0.49 0.61
Hex 6B CC CC 30 0 0 14 B4 31 3D
Octal 153 314 314 60 0 0 24 264 61 75
Binary 1101011 11001100 11001100 110000 0 0 10100 10110100 110001 111101

Color Harmonies of #6BCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCCCC

Black with #6BCCCC

Text Example


Text Example

White with #6BCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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