Html Css Color HEX #6DC2EA Malibu

📋 copy color: '#6DC2EA'

red 109 ◦ green 194 ◦ blue 234

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

Shades of Malibu #6DC2EA

Tints of Malibu #6DC2EA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.13%

 BLUE value IS 234 (91.8% from 255) = 43.58%

R = 20.3%
G = 36.13%
B = 43.58%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DC2EA (or 0x6DC2EA) is known color: Malibu. HEX triplet: 6D, C2 and EA. RGB value is (109,194,234). Sum of RGB (Red+Green+Blue) = 109+194+234=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DC2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DC2EA is #923D15. Grayscale: #ACACAC. Windows color (decimal): -9583894 or 15385197. OLE color: 15385197.

HSL color Cylindrical-coordinate representation of color #6DC2EA: hue angle of 199.2º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DC2EA is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 194 234 -
CMYK 0.53 0.17 0 0.08
HSL 199.2º 0.75% 0.67% -
HSV(B) 199.2º 0.53% 0.92% -
XYZ 40.45 47.78 84.93 -
YUV 173.15 162.34 82.25 -
System Red Green Blue C M Y K H S L
Decimal 109 194 234 0.53 0.17 0 0.08 199.2 0.75 0.67
Hex 6D C2 EA 35 11 0 8 C7 4B 43
Octal 155 302 352 65 21 0 10 307 113 103
Binary 1101101 11000010 11101010 110101 10001 0 1000 11000111 1001011 1000011

Color Harmonies of #6DC2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC2EA

Black with #6DC2EA

Text Example


Text Example

White with #6DC2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,194,234); }

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

background-color css

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

 a { background-color: rgb(109,194,234); }

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

border-color css

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

 span { border-color: rgb(109,194,234); }

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