Html Css Color HEX #6FCBC8 Downy

📋 copy color: '#6FCBC8'

red 111 ◦ green 203 ◦ blue 200

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

Shades of Downy #6FCBC8

Tints of Downy #6FCBC8

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.49%

 BLUE value IS 200 (78.52% from 255) = 38.91%

R = 21.6%
G = 39.49%
B = 38.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#6FCBC8 (or 0x6FCBC8) is known color: Downy. HEX triplet: 6F, CB and C8. RGB value is (111,203,200). Sum of RGB (Red+Green+Blue) = 111+203+200=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCBC8 is #903437. Grayscale: #AFAFAF. Windows color (decimal): -9450552 or 13159279. OLE color: 13159279.

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

Color convert

RGB 111 203 200 -
CMYK 0.45 0 0.01 0.20
HSL 178.04º 0.47% 0.62% -
HSV(B) 178.04º 0.45% 0.8% -
XYZ 38.34 50.26 62.32 -
YUV 175.15 142.02 82.24 -
System Red Green Blue C M Y K H S L
Decimal 111 203 200 0.45 0 0.01 0.20 178.04 0.47 0.62
Hex 6F CB C8 2D 0 1 14 B2 2F 3E
Octal 157 313 310 55 0 1 24 262 57 76
Binary 1101111 11001011 11001000 101101 0 1 10100 10110010 101111 111110

Color Harmonies of #6FCBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBC8

Black with #6FCBC8

Text Example


Text Example

White with #6FCBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,203,200); }

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

background-color css

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

 a { background-color: rgb(111,203,200); }

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

border-color css

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

 span { border-color: rgb(111,203,200); }

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