Html Css Color HEX #6BCCC4 Downy

📋 copy color: '#6BCCC4'

red 107 ◦ green 204 ◦ blue 196

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

Shades of Downy #6BCCC4

Tints of Downy #6BCCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.66%

R = 21.1%
G = 40.24%
B = 38.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#6BCCC4 (or 0x6BCCC4) is known color: Downy. HEX triplet: 6B, CC and C4. RGB value is (107,204,196). Sum of RGB (Red+Green+Blue) = 107+204+196=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCC4 is #94333B. Grayscale: #AEAEAE. Windows color (decimal): -9712444 or 12897387. OLE color: 12897387.

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

Color convert

RGB 107 204 196 -
CMYK 0.48 0 0.04 0.2
HSL 175.05º 0.49% 0.61% -
HSV(B) 175.05º 0.48% 0.8% -
XYZ 37.62 50.3 59.95 -
YUV 174.09 140.36 80.15 -
System Red Green Blue C M Y K H S L
Decimal 107 204 196 0.48 0 0.04 0.2 175.05 0.49 0.61
Hex 6B CC C4 30 0 4 14 AF 31 3D
Octal 153 314 304 60 0 4 24 257 61 75
Binary 1101011 11001100 11000100 110000 0 100 10100 10101111 110001 111101

Color Harmonies of #6BCCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCCC4

Black with #6BCCC4

Text Example


Text Example

White with #6BCCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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