Html Css Color HEX #6BCCC5 Downy

📋 copy color: '#6BCCC5'

red 107 ◦ green 204 ◦ blue 197

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

Shades of Downy #6BCCC5

Tints of Downy #6BCCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.78%

R = 21.06%
G = 40.16%
B = 38.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#6BCCC5 (or 0x6BCCC5) is known color: Downy. HEX triplet: 6B, CC and C5. RGB value is (107,204,197). Sum of RGB (Red+Green+Blue) = 107+204+197=508 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.06% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCC5 is #94333A. Grayscale: #AEAEAE. Windows color (decimal): -9712443 or 12962923. OLE color: 12962923.

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

Color convert

RGB 107 204 197 -
CMYK 0.48 0 0.03 0.2
HSL 175.67º 0.49% 0.61% -
HSV(B) 175.67º 0.48% 0.8% -
XYZ 37.73 50.34 60.55 -
YUV 174.2 140.86 80.07 -
System Red Green Blue C M Y K H S L
Decimal 107 204 197 0.48 0 0.03 0.2 175.67 0.49 0.61
Hex 6B CC C5 30 0 3 14 B0 31 3D
Octal 153 314 305 60 0 3 24 260 61 75
Binary 1101011 11001100 11000101 110000 0 11 10100 10110000 110001 111101

Color Harmonies of #6BCCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCCC5

Black with #6BCCC5

Text Example


Text Example

White with #6BCCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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