Html Css Color HEX #6FCFBC Downy

📋 copy color: '#6FCFBC'

red 111 ◦ green 207 ◦ blue 188

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

Shades of Downy #6FCFBC

Tints of Downy #6FCFBC

RGB

 RED value IS 111 (43.75% from 255) = 21.94%

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 21.94%
G = 40.91%
B = 37.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#6FCFBC (or 0x6FCFBC) is known color: Downy. HEX triplet: 6F, CF and BC. RGB value is (111,207,188). Sum of RGB (Red+Green+Blue) = 111+207+188=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFBC is #903043. Grayscale: #B0B0B0. Windows color (decimal): -9449540 or 12373871. OLE color: 12373871.

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

Color convert

RGB 111 207 188 -
CMYK 0.46 0 0.09 0.19
HSL 168.13º 0.5% 0.62% -
HSV(B) 168.13º 0.46% 0.81% -
XYZ 37.95 51.64 55.54 -
YUV 176.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 111 207 188 0.46 0 0.09 0.19 168.13 0.5 0.62
Hex 6F CF BC 2E 0 9 13 A8 32 3E
Octal 157 317 274 56 0 11 23 250 62 76
Binary 1101111 11001111 10111100 101110 0 1001 10011 10101000 110010 111110

Color Harmonies of #6FCFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCFBC

Black with #6FCFBC

Text Example


Text Example

White with #6FCFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,207,188); }

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

background-color css

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

 a { background-color: rgb(111,207,188); }

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

border-color css

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

 span { border-color: rgb(111,207,188); }

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