Html Css Color HEX #6FCFCD Downy

📋 copy color: '#6FCFCD'

red 111 ◦ green 207 ◦ blue 205

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

Shades of Downy #6FCFCD

Tints of Downy #6FCFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 21.22%
G = 39.58%
B = 39.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#6FCFCD (or 0x6FCFCD) is known color: Downy. HEX triplet: 6F, CF and CD. RGB value is (111,207,205). Sum of RGB (Red+Green+Blue) = 111+207+205=523 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.22% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFCD is #903032. Grayscale: #B1B1B1. Windows color (decimal): -9449523 or 13487983. OLE color: 13487983.

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

Color convert

RGB 111 207 205 -
CMYK 0.46 0 0.01 0.19
HSL 178.75º 0.5% 0.62% -
HSV(B) 178.75º 0.46% 0.81% -
XYZ 39.89 52.41 65.77 -
YUV 178.07 143.2 80.16 -
System Red Green Blue C M Y K H S L
Decimal 111 207 205 0.46 0 0.01 0.19 178.75 0.5 0.62
Hex 6F CF CD 2E 0 1 13 B3 32 3E
Octal 157 317 315 56 0 1 23 263 62 76
Binary 1101111 11001111 11001101 101110 0 1 10011 10110011 110010 111110

Color Harmonies of #6FCFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCFCD

Black with #6FCFCD

Text Example


Text Example

White with #6FCFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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