Html Css Color HEX #6BCBC9 Downy

📋 copy color: '#6BCBC9'

red 107 ◦ green 203 ◦ blue 201

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

Shades of Downy #6BCBC9

Tints of Downy #6BCBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.33%

R = 20.94%
G = 39.73%
B = 39.33%

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

#6BCBC9 (or 0x6BCBC9) is known color: Downy. HEX triplet: 6B, CB and C9. RGB value is (107,203,201). Sum of RGB (Red+Green+Blue) = 107+203+201=511 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.94% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCBC9 is #943436. Grayscale: #ADADAD. Windows color (decimal): -9712695 or 13224811. OLE color: 13224811.

HSL color Cylindrical-coordinate representation of color #6BCBC9: hue angle of 178.75º 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 #6BCBC9 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 203 201 -
CMYK 0.47 0 0.01 0.20
HSL 178.75º 0.48% 0.61% -
HSV(B) 178.75º 0.47% 0.8% -
XYZ 37.96 50.05 62.92 -
YUV 174.07 143.2 80.16 -
System Red Green Blue C M Y K H S L
Decimal 107 203 201 0.47 0 0.01 0.20 178.75 0.48 0.61
Hex 6B CB C9 2F 0 1 14 B3 30 3D
Octal 153 313 311 57 0 1 24 263 60 75
Binary 1101011 11001011 11001001 101111 0 1 10100 10110011 110000 111101

Color Harmonies of #6BCBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCBC9

Black with #6BCBC9

Text Example


Text Example

White with #6BCBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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