Html Css Color HEX #6DC4EA Malibu

📋 copy color: '#6DC4EA'

red 109 ◦ green 196 ◦ blue 234

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

Shades of Malibu #6DC4EA

Tints of Malibu #6DC4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.36%

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

R = 20.22%
G = 36.36%
B = 43.41%

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

#6DC4EA (or 0x6DC4EA) is known color: Malibu. HEX triplet: 6D, C4 and EA. RGB value is (109,196,234). Sum of RGB (Red+Green+Blue) = 109+196+234=539 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.22% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DC4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DC4EA is #923B15. Grayscale: #AEAEAE. Windows color (decimal): -9583382 or 15385709. OLE color: 15385709.

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

Color convert

RGB 109 196 234 -
CMYK 0.53 0.16 0 0.08
HSL 198.24º 0.75% 0.67% -
HSV(B) 198.24º 0.53% 0.92% -
XYZ 40.9 48.67 85.08 -
YUV 174.32 161.68 81.41 -
System Red Green Blue C M Y K H S L
Decimal 109 196 234 0.53 0.16 0 0.08 198.24 0.75 0.67
Hex 6D C4 EA 35 10 0 8 C6 4B 43
Octal 155 304 352 65 20 0 10 306 113 103
Binary 1101101 11000100 11101010 110101 10000 0 1000 11000110 1001011 1000011

Color Harmonies of #6DC4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC4EA

Black with #6DC4EA

Text Example


Text Example

White with #6DC4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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