Html Css Color HEX #6DCCF0 Maya Blue

📋 copy color: '#6DCCF0'

red 109 ◦ green 204 ◦ blue 240

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

Shades of Maya Blue #6DCCF0

Tints of Maya Blue #6DCCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.4%

R = 19.71%
G = 36.89%
B = 43.4%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6DCCF0 (or 0x6DCCF0) is known color: Maya Blue. HEX triplet: 6D, CC and F0. RGB value is (109,204,240). Sum of RGB (Red+Green+Blue) = 109+204+240=553 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.71% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #6DCCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCCF0 is #92330F. Grayscale: #B3B3B3. Windows color (decimal): -9581328 or 15780973. OLE color: 15780973.

HSL color Cylindrical-coordinate representation of color #6DCCF0: hue angle of 196.49º 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 #6DCCF0 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 204 240 -
CMYK 0.55 0.15 0 0.06
HSL 196.49º 0.81% 0.68% -
HSV(B) 196.49º 0.55% 0.94% -
XYZ 43.63 52.73 90.32 -
YUV 179.7 162.03 77.57 -
System Red Green Blue C M Y K H S L
Decimal 109 204 240 0.55 0.15 0 0.06 196.49 0.81 0.68
Hex 6D CC F0 37 F 0 6 C4 51 44
Octal 155 314 360 67 17 0 6 304 121 104
Binary 1101101 11001100 11110000 110111 1111 0 110 11000100 1010001 1000100

Color Harmonies of #6DCCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCCF0

Black with #6DCCF0

Text Example


Text Example

White with #6DCCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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