Html Css Color HEX #6DB5EA Malibu

📋 copy color: '#6DB5EA'

red 109 ◦ green 181 ◦ blue 234

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

Shades of Malibu #6DB5EA

Tints of Malibu #6DB5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.54%

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

R = 20.8%
G = 34.54%
B = 44.66%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DB5EA (or 0x6DB5EA) is known color: Malibu. HEX triplet: 6D, B5 and EA. RGB value is (109,181,234). Sum of RGB (Red+Green+Blue) = 109+181+234=524 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.80% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DB5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DB5EA is #924A15. Grayscale: #A5A5A5. Windows color (decimal): -9587222 or 15381869. OLE color: 15381869.

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

Color convert

RGB 109 181 234 -
CMYK 0.53 0.23 0 0.08
HSL 205.44º 0.75% 0.67% -
HSV(B) 205.44º 0.53% 0.92% -
XYZ 37.68 42.24 84.01 -
YUV 165.51 166.65 87.69 -
System Red Green Blue C M Y K H S L
Decimal 109 181 234 0.53 0.23 0 0.08 205.44 0.75 0.67
Hex 6D B5 EA 35 17 0 8 CD 4B 43
Octal 155 265 352 65 27 0 10 315 113 103
Binary 1101101 10110101 11101010 110101 10111 0 1000 11001101 1001011 1000011

Color Harmonies of #6DB5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB5EA

Black with #6DB5EA

Text Example


Text Example

White with #6DB5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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