Html Css Color HEX #6BCFBE Downy

📋 copy color: '#6BCFBE'

red 107 ◦ green 207 ◦ blue 190

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

Shades of Downy #6BCFBE

Tints of Downy #6BCFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 21.23%
G = 41.07%
B = 37.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#6BCFBE (or 0x6BCFBE) is known color: Downy. HEX triplet: 6B, CF and BE. RGB value is (107,207,190). Sum of RGB (Red+Green+Blue) = 107+207+190=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCFBE is #943041. Grayscale: #AFAFAF. Windows color (decimal): -9711682 or 12504939. OLE color: 12504939.

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

Color convert

RGB 107 207 190 -
CMYK 0.48 0 0.08 0.19
HSL 169.8º 0.51% 0.62% -
HSV(B) 169.8º 0.48% 0.81% -
XYZ 37.67 51.47 56.66 -
YUV 175.16 136.37 79.38 -
System Red Green Blue C M Y K H S L
Decimal 107 207 190 0.48 0 0.08 0.19 169.8 0.51 0.62
Hex 6B CF BE 30 0 8 13 AA 33 3E
Octal 153 317 276 60 0 10 23 252 63 76
Binary 1101011 11001111 10111110 110000 0 1000 10011 10101010 110011 111110

Color Harmonies of #6BCFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCFBE

Black with #6BCFBE

Text Example


Text Example

White with #6BCFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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