Html Css Color HEX #6FCFCC Downy

📋 copy color: '#6FCFCC'

red 111 ◦ green 207 ◦ blue 204

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

Shades of Downy #6FCFCC

Tints of Downy #6FCFCC

RGB

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

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

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

R = 21.26%
G = 39.66%
B = 39.08%

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

#6FCFCC (or 0x6FCFCC) is known color: Downy. HEX triplet: 6F, CF and CC. RGB value is (111,207,204). Sum of RGB (Red+Green+Blue) = 111+207+204=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCFCC is #903033. Grayscale: #B1B1B1. Windows color (decimal): -9449524 or 13422447. OLE color: 13422447.

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

Color convert

RGB 111 207 204 -
CMYK 0.46 0 0.01 0.19
HSL 178.13º 0.5% 0.62% -
HSV(B) 178.13º 0.46% 0.81% -
XYZ 39.77 52.36 65.14 -
YUV 177.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 111 207 204 0.46 0 0.01 0.19 178.13 0.5 0.62
Hex 6F CF CC 2E 0 1 13 B2 32 3E
Octal 157 317 314 56 0 1 23 262 62 76
Binary 1101111 11001111 11001100 101110 0 1 10011 10110010 110010 111110

Color Harmonies of #6FCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCFCC

Black with #6FCFCC

Text Example


Text Example

White with #6FCFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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