Html Css Color HEX #6FCEB4 Downy

📋 copy color: '#6FCEB4'

red 111 ◦ green 206 ◦ blue 180

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

Shades of Downy #6FCEB4

Tints of Downy #6FCEB4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.45%

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

R = 22.33%
G = 41.45%
B = 36.22%

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

#6FCEB4 (or 0x6FCEB4) is known color: Downy. HEX triplet: 6F, CE and B4. RGB value is (111,206,180). Sum of RGB (Red+Green+Blue) = 111+206+180=497 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.33% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #6FCEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEB4 is #90314B. Grayscale: #AEAEAE. Windows color (decimal): -9449804 or 11849327. OLE color: 11849327.

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

Color convert

RGB 111 206 180 -
CMYK 0.46 0 0.13 0.19
HSL 163.58º 0.49% 0.62% -
HSV(B) 163.58º 0.46% 0.81% -
XYZ 36.87 50.82 51.05 -
YUV 174.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 111 206 180 0.46 0 0.13 0.19 163.58 0.49 0.62
Hex 6F CE B4 2E 0 D 13 A4 31 3E
Octal 157 316 264 56 0 15 23 244 61 76
Binary 1101111 11001110 10110100 101110 0 1101 10011 10100100 110001 111110

Color Harmonies of #6FCEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCEB4

Black with #6FCEB4

Text Example


Text Example

White with #6FCEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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