Html Css Color HEX #6FCDB4 Downy

📋 copy color: '#6FCDB4'

red 111 ◦ green 205 ◦ blue 180

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

Shades of Downy #6FCDB4

Tints of Downy #6FCDB4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.33%

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

R = 22.38%
G = 41.33%
B = 36.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#6FCDB4 (or 0x6FCDB4) is known color: Downy. HEX triplet: 6F, CD and B4. RGB value is (111,205,180). Sum of RGB (Red+Green+Blue) = 111+205+180=496 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.38% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDB4 is #90324B. Grayscale: #AEAEAE. Windows color (decimal): -9450060 or 11849071. OLE color: 11849071.

HSL color Cylindrical-coordinate representation of color #6FCDB4: hue angle of 164.04º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCDB4 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 205 180 -
CMYK 0.46 0 0.12 0.20
HSL 164.04º 0.48% 0.62% -
HSV(B) 164.04º 0.46% 0.8% -
XYZ 36.63 50.34 50.97 -
YUV 174.04 131.36 83.03 -
System Red Green Blue C M Y K H S L
Decimal 111 205 180 0.46 0 0.12 0.20 164.04 0.48 0.62
Hex 6F CD B4 2E 0 C 14 A4 30 3E
Octal 157 315 264 56 0 14 24 244 60 76
Binary 1101111 11001101 10110100 101110 0 1100 10100 10100100 110000 111110

Color Harmonies of #6FCDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCDB4

Black with #6FCDB4

Text Example


Text Example

White with #6FCDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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