Html Css Color HEX #6FCDBE Downy

📋 copy color: '#6FCDBE'

red 111 ◦ green 205 ◦ blue 190

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

Shades of Downy #6FCDBE

Tints of Downy #6FCDBE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.51%

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 21.94%
G = 40.51%
B = 37.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#6FCDBE (or 0x6FCDBE) is known color: Downy. HEX triplet: 6F, CD and BE. RGB value is (111,205,190). Sum of RGB (Red+Green+Blue) = 111+205+190=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCDBE is #903241. Grayscale: #AFAFAF. Windows color (decimal): -9450050 or 12504431. OLE color: 12504431.

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

Color convert

RGB 111 205 190 -
CMYK 0.46 0 0.07 0.20
HSL 170.43º 0.48% 0.62% -
HSV(B) 170.43º 0.46% 0.8% -
XYZ 37.68 50.76 56.53 -
YUV 175.18 136.36 82.22 -
System Red Green Blue C M Y K H S L
Decimal 111 205 190 0.46 0 0.07 0.20 170.43 0.48 0.62
Hex 6F CD BE 2E 0 7 14 AA 30 3E
Octal 157 315 276 56 0 7 24 252 60 76
Binary 1101111 11001101 10111110 101110 0 111 10100 10101010 110000 111110

Color Harmonies of #6FCDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCDBE

Black with #6FCDBE

Text Example


Text Example

White with #6FCDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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