Html Css Color HEX #6FD7CC Downy

📋 copy color: '#6FD7CC'

red 111 ◦ green 215 ◦ blue 204

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

Shades of Downy #6FD7CC

Tints of Downy #6FD7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.57%

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 20.94%
G = 40.57%
B = 38.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#6FD7CC (or 0x6FD7CC) is known color: Downy. HEX triplet: 6F, D7 and CC. RGB value is (111,215,204). Sum of RGB (Red+Green+Blue) = 111+215+204=530 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.94% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD7CC is #902833. Grayscale: #B6B6B6. Windows color (decimal): -9447476 or 13424495. OLE color: 13424495.

HSL color Cylindrical-coordinate representation of color #6FD7CC: hue angle of 173.65º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD7CC is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 215 204 -
CMYK 0.48 0 0.05 0.16
HSL 173.65º 0.57% 0.64% -
HSV(B) 173.65º 0.48% 0.84% -
XYZ 41.76 56.34 65.8 -
YUV 182.65 140.04 76.89 -
System Red Green Blue C M Y K H S L
Decimal 111 215 204 0.48 0 0.05 0.16 173.65 0.57 0.64
Hex 6F D7 CC 30 0 5 10 AE 39 40
Octal 157 327 314 60 0 5 20 256 71 100
Binary 1101111 11010111 11001100 110000 0 101 10000 10101110 111001 1000000

Color Harmonies of #6FD7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FD7CC

Black with #6FD7CC

Text Example


Text Example

White with #6FD7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,215,204); }

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

background-color css

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

 a { background-color: rgb(111,215,204); }

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

border-color css

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

 span { border-color: rgb(111,215,204); }

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