Html Css Color HEX #6BD5CB Downy

📋 copy color: '#6BD5CB'

red 107 ◦ green 213 ◦ blue 203

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

Shades of Downy #6BD5CB

Tints of Downy #6BD5CB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.73%

 BLUE value IS 203 (79.69% from 255) = 38.81%

R = 20.46%
G = 40.73%
B = 38.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#6BD5CB (or 0x6BD5CB) is known color: Downy. HEX triplet: 6B, D5 and CB. RGB value is (107,213,203). Sum of RGB (Red+Green+Blue) = 107+213+203=523 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.46% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #6BD5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BD5CB is #942A34. Grayscale: #B4B4B4. Windows color (decimal): -9710133 or 13358443. OLE color: 13358443.

HSL color Cylindrical-coordinate representation of color #6BD5CB: hue angle of 174.34º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD5CB is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 213 203 -
CMYK 0.50 0 0.05 0.16
HSL 174.34º 0.56% 0.63% -
HSV(B) 174.34º 0.5% 0.84% -
XYZ 40.64 55.03 64.98 -
YUV 180.17 140.88 75.81 -
System Red Green Blue C M Y K H S L
Decimal 107 213 203 0.50 0 0.05 0.16 174.34 0.56 0.63
Hex 6B D5 CB 32 0 5 10 AE 38 3F
Octal 153 325 313 62 0 5 20 256 70 77
Binary 1101011 11010101 11001011 110010 0 101 10000 10101110 111000 111111

Color Harmonies of #6BD5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD5CB

Black with #6BD5CB

Text Example


Text Example

White with #6BD5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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