Html Css Color HEX #6DC5EA Malibu

📋 copy color: '#6DC5EA'

red 109 ◦ green 197 ◦ blue 234

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

Shades of Malibu #6DC5EA

Tints of Malibu #6DC5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.48%

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

R = 20.19%
G = 36.48%
B = 43.33%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DC5EA (or 0x6DC5EA) is known color: Malibu. HEX triplet: 6D, C5 and EA. RGB value is (109,197,234). Sum of RGB (Red+Green+Blue) = 109+197+234=540 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.19% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DC5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DC5EA is #923A15. Grayscale: #AEAEAE. Windows color (decimal): -9583126 or 15385965. OLE color: 15385965.

HSL color Cylindrical-coordinate representation of color #6DC5EA: hue angle of 197.76º 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 #6DC5EA is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 197 234 -
CMYK 0.53 0.16 0 0.08
HSL 197.76º 0.75% 0.67% -
HSV(B) 197.76º 0.53% 0.92% -
XYZ 41.12 49.12 85.16 -
YUV 174.91 161.35 80.99 -
System Red Green Blue C M Y K H S L
Decimal 109 197 234 0.53 0.16 0 0.08 197.76 0.75 0.67
Hex 6D C5 EA 35 10 0 8 C6 4B 43
Octal 155 305 352 65 20 0 10 306 113 103
Binary 1101101 11000101 11101010 110101 10000 0 1000 11000110 1001011 1000011

Color Harmonies of #6DC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC5EA

Black with #6DC5EA

Text Example


Text Example

White with #6DC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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