Html Css Color HEX #6BCBC8 Downy

📋 copy color: '#6BCBC8'

red 107 ◦ green 203 ◦ blue 200

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

Shades of Downy #6BCBC8

Tints of Downy #6BCBC8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.8%

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

R = 20.98%
G = 39.8%
B = 39.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#6BCBC8 (or 0x6BCBC8) is known color: Downy. HEX triplet: 6B, CB and C8. RGB value is (107,203,200). Sum of RGB (Red+Green+Blue) = 107+203+200=510 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.98% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCBC8 is #943437. Grayscale: #ADADAD. Windows color (decimal): -9712696 or 13159275. OLE color: 13159275.

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

Color convert

RGB 107 203 200 -
CMYK 0.47 0 0.01 0.20
HSL 178.13º 0.48% 0.61% -
HSV(B) 178.13º 0.47% 0.8% -
XYZ 37.84 50.01 62.3 -
YUV 173.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 107 203 200 0.47 0 0.01 0.20 178.13 0.48 0.61
Hex 6B CB C8 2F 0 1 14 B2 30 3D
Octal 153 313 310 57 0 1 24 262 60 75
Binary 1101011 11001011 11001000 101111 0 1 10100 10110010 110000 111101

Color Harmonies of #6BCBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCBC8

Black with #6BCBC8

Text Example


Text Example

White with #6BCBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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