Html Css Color HEX #6BCFBB Downy

📋 copy color: '#6BCFBB'

red 107 ◦ green 207 ◦ blue 187

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

Shades of Downy #6BCFBB

Tints of Downy #6BCFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.33%

R = 21.36%
G = 41.32%
B = 37.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#6BCFBB (or 0x6BCFBB) is known color: Downy. HEX triplet: 6B, CF and BB. RGB value is (107,207,187). Sum of RGB (Red+Green+Blue) = 107+207+187=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFBB is #943044. Grayscale: #AEAEAE. Windows color (decimal): -9711685 or 12308331. OLE color: 12308331.

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

Color convert

RGB 107 207 187 -
CMYK 0.48 0 0.10 0.19
HSL 168º 0.51% 0.62% -
HSV(B) 168º 0.48% 0.81% -
XYZ 37.35 51.34 54.95 -
YUV 174.82 134.87 79.63 -
System Red Green Blue C M Y K H S L
Decimal 107 207 187 0.48 0 0.10 0.19 168 0.51 0.62
Hex 6B CF BB 30 0 A 13 A8 33 3E
Octal 153 317 273 60 0 12 23 250 63 76
Binary 1101011 11001111 10111011 110000 0 1010 10011 10101000 110011 111110

Color Harmonies of #6BCFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCFBB

Black with #6BCFBB

Text Example


Text Example

White with #6BCFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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