Html Css Color HEX #6DF0EC Baby Blue

📋 copy color: '#6DF0EC'

red 109 ◦ green 240 ◦ blue 236

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

Shades of Baby Blue #6DF0EC

Tints of Baby Blue #6DF0EC

RGB

 RED value IS 109 (42.97% from 255) = 18.63%

 GREEN value IS 240 (94.14% from 255) = 41.03%

 BLUE value IS 236 (92.58% from 255) = 40.34%

R = 18.63%
G = 41.03%
B = 40.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#6DF0EC (or 0x6DF0EC) is known color: Baby Blue. HEX triplet: 6D, F0 and EC. RGB value is (109,240,236). Sum of RGB (Red+Green+Blue) = 109+240+236=585 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.63% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF0EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF0EC is #920F13. Grayscale: #C8C8C8. Windows color (decimal): -9572116 or 15528045. OLE color: 15528045.

HSL color Cylindrical-coordinate representation of color #6DF0EC: hue angle of 178.17º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF0EC is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 240 236 -
CMYK 0.55 0 0.02 0.06
HSL 178.17º 0.81% 0.68% -
HSV(B) 178.17º 0.55% 0.94% -
XYZ 52.61 71.63 90.41 -
YUV 200.38 148.1 62.83 -
System Red Green Blue C M Y K H S L
Decimal 109 240 236 0.55 0 0.02 0.06 178.17 0.81 0.68
Hex 6D F0 EC 37 0 2 6 B2 51 44
Octal 155 360 354 67 0 2 6 262 121 104
Binary 1101101 11110000 11101100 110111 0 10 110 10110010 1010001 1000100

Color Harmonies of #6DF0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF0EC

Black with #6DF0EC

Text Example


Text Example

White with #6DF0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,240,236); }

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

background-color css

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

 a { background-color: rgb(109,240,236); }

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

border-color css

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

 span { border-color: rgb(109,240,236); }

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