Html Css Color HEX #6FC7CA Downy

📋 copy color: '#6FC7CA'

red 111 ◦ green 199 ◦ blue 202

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

Shades of Downy #6FC7CA

Tints of Downy #6FC7CA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.87%

 BLUE value IS 202 (79.3% from 255) = 39.45%

R = 21.68%
G = 38.87%
B = 39.45%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6FC7CA (or 0x6FC7CA) is known color: Downy. HEX triplet: 6F, C7 and CA. RGB value is (111,199,202). Sum of RGB (Red+Green+Blue) = 111+199+202=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #6FC7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC7CA is #903835. Grayscale: #ACACAC. Windows color (decimal): -9451574 or 13289327. OLE color: 13289327.

HSL color Cylindrical-coordinate representation of color #6FC7CA: hue angle of 181.98º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FC7CA is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 199 202 -
CMYK 0.45 0.01 0 0.21
HSL 181.98º 0.46% 0.61% -
HSV(B) 181.98º 0.45% 0.79% -
XYZ 37.64 48.49 63.25 -
YUV 173.03 144.35 83.76 -
System Red Green Blue C M Y K H S L
Decimal 111 199 202 0.45 0.01 0 0.21 181.98 0.46 0.61
Hex 6F C7 CA 2D 1 0 15 B6 2E 3D
Octal 157 307 312 55 1 0 25 266 56 75
Binary 1101111 11000111 11001010 101101 1 0 10101 10110110 101110 111101

Color Harmonies of #6FC7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC7CA

Black with #6FC7CA

Text Example


Text Example

White with #6FC7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,199,202); }

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

background-color css

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

 a { background-color: rgb(111,199,202); }

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

border-color css

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

 span { border-color: rgb(111,199,202); }

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