Html Css Color HEX #6FCCB7 Downy

📋 copy color: '#6FCCB7'

red 111 ◦ green 204 ◦ blue 183

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

Shades of Downy #6FCCB7

Tints of Downy #6FCCB7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.96%

 BLUE value IS 183 (71.88% from 255) = 36.75%

R = 22.29%
G = 40.96%
B = 36.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#6FCCB7 (or 0x6FCCB7) is known color: Downy. HEX triplet: 6F, CC and B7. RGB value is (111,204,183). Sum of RGB (Red+Green+Blue) = 111+204+183=498 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.29% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCCB7 is #903348. Grayscale: #ADADAD. Windows color (decimal): -9450313 or 12045423. OLE color: 12045423.

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

Color convert

RGB 111 204 183 -
CMYK 0.46 0 0.10 0.2
HSL 166.45º 0.48% 0.62% -
HSV(B) 166.45º 0.46% 0.8% -
XYZ 36.7 49.98 52.51 -
YUV 173.8 133.19 83.21 -
System Red Green Blue C M Y K H S L
Decimal 111 204 183 0.46 0 0.10 0.2 166.45 0.48 0.62
Hex 6F CC B7 2E 0 A 14 A6 30 3E
Octal 157 314 267 56 0 12 24 246 60 76
Binary 1101111 11001100 10110111 101110 0 1010 10100 10100110 110000 111110

Color Harmonies of #6FCCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCCB7

Black with #6FCCB7

Text Example


Text Example

White with #6FCCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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