Html Css Color HEX #6BCFC9 Downy

📋 copy color: '#6BCFC9'

red 107 ◦ green 207 ◦ blue 201

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

Shades of Downy #6BCFC9

Tints of Downy #6BCFC9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.19%

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

R = 20.78%
G = 40.19%
B = 39.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#6BCFC9 (or 0x6BCFC9) is known color: Downy. HEX triplet: 6B, CF and C9. RGB value is (107,207,201). Sum of RGB (Red+Green+Blue) = 107+207+201=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFC9 is #943036. Grayscale: #B0B0B0. Windows color (decimal): -9711671 or 13225835. OLE color: 13225835.

HSL color Cylindrical-coordinate representation of color #6BCFC9: hue angle of 176.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCFC9 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 207 201 -
CMYK 0.48 0 0.03 0.19
HSL 176.4º 0.51% 0.62% -
HSV(B) 176.4º 0.48% 0.81% -
XYZ 38.92 51.97 63.24 -
YUV 176.42 141.87 78.49 -
System Red Green Blue C M Y K H S L
Decimal 107 207 201 0.48 0 0.03 0.19 176.4 0.51 0.62
Hex 6B CF C9 30 0 3 13 B0 33 3E
Octal 153 317 311 60 0 3 23 260 63 76
Binary 1101011 11001111 11001001 110000 0 11 10011 10110000 110011 111110

Color Harmonies of #6BCFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCFC9

Black with #6BCFC9

Text Example


Text Example

White with #6BCFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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