Html Css Color HEX #6BCCC8 Downy

📋 copy color: '#6BCCC8'

red 107 ◦ green 204 ◦ blue 200

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

Shades of Downy #6BCCC8

Tints of Downy #6BCCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.14%

R = 20.94%
G = 39.92%
B = 39.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#6BCCC8 (or 0x6BCCC8) is known color: Downy. HEX triplet: 6B, CC and C8. RGB value is (107,204,200). Sum of RGB (Red+Green+Blue) = 107+204+200=511 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.94% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCC8 is #943337. Grayscale: #AEAEAE. Windows color (decimal): -9712440 or 13159531. OLE color: 13159531.

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

Color convert

RGB 107 204 200 -
CMYK 0.48 0 0.02 0.2
HSL 177.53º 0.49% 0.61% -
HSV(B) 177.53º 0.48% 0.8% -
XYZ 38.08 50.48 62.38 -
YUV 174.54 142.36 79.83 -
System Red Green Blue C M Y K H S L
Decimal 107 204 200 0.48 0 0.02 0.2 177.53 0.49 0.61
Hex 6B CC C8 30 0 2 14 B2 31 3D
Octal 153 314 310 60 0 2 24 262 61 75
Binary 1101011 11001100 11001000 110000 0 10 10100 10110010 110001 111101

Color Harmonies of #6BCCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCCC8

Black with #6BCCC8

Text Example


Text Example

White with #6BCCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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