Html Css Color HEX #6FCFB4 Downy

📋 copy color: '#6FCFB4'

red 111 ◦ green 207 ◦ blue 180

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

Shades of Downy #6FCFB4

Tints of Downy #6FCFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.14%

R = 22.29%
G = 41.57%
B = 36.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#6FCFB4 (or 0x6FCFB4) is known color: Downy. HEX triplet: 6F, CF and B4. RGB value is (111,207,180). Sum of RGB (Red+Green+Blue) = 111+207+180=498 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.29% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFB4 is #90304B. Grayscale: #AFAFAF. Windows color (decimal): -9449548 or 11849583. OLE color: 11849583.

HSL color Cylindrical-coordinate representation of color #6FCFB4: hue angle of 163.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 #6FCFB4 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 207 180 -
CMYK 0.46 0 0.13 0.19
HSL 163.13º 0.5% 0.62% -
HSV(B) 163.13º 0.46% 0.81% -
XYZ 37.11 51.3 51.13 -
YUV 175.22 130.7 82.2 -
System Red Green Blue C M Y K H S L
Decimal 111 207 180 0.46 0 0.13 0.19 163.13 0.5 0.62
Hex 6F CF B4 2E 0 D 13 A3 32 3E
Octal 157 317 264 56 0 15 23 243 62 76
Binary 1101111 11001111 10110100 101110 0 1101 10011 10100011 110010 111110

Color Harmonies of #6FCFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCFB4

Black with #6FCFB4

Text Example


Text Example

White with #6FCFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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