Html Css Color HEX #6DBDE4 Malibu

📋 copy color: '#6DBDE4'

red 109 ◦ green 189 ◦ blue 228

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

Shades of Malibu #6DBDE4

Tints of Malibu #6DBDE4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.93%

 BLUE value IS 228 (89.45% from 255) = 43.35%

R = 20.72%
G = 35.93%
B = 43.35%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6DBDE4 (or 0x6DBDE4) is known color: Malibu. HEX triplet: 6D, BD and E4. RGB value is (109,189,228). Sum of RGB (Red+Green+Blue) = 109+189+228=526 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.72% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #6DBDE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDE4 is #92421B. Grayscale: #A9A9A9. Windows color (decimal): -9585180 or 14990701. OLE color: 14990701.

HSL color Cylindrical-coordinate representation of color #6DBDE4: hue angle of 199.66º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DBDE4 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 109 189 228 -
CMYK 0.52 0.17 0 0.11
HSL 199.66º 0.69% 0.66% -
HSV(B) 199.66º 0.52% 0.89% -
XYZ 38.51 45.25 80.1 -
YUV 169.53 161 84.83 -
System Red Green Blue C M Y K H S L
Decimal 109 189 228 0.52 0.17 0 0.11 199.66 0.69 0.66
Hex 6D BD E4 34 11 0 B C8 45 42
Octal 155 275 344 64 21 0 13 310 105 102
Binary 1101101 10111101 11100100 110100 10001 0 1011 11001000 1000101 1000010

Color Harmonies of #6DBDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBDE4

Black with #6DBDE4

Text Example


Text Example

White with #6DBDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,189,228); }

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

background-color css

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

 a { background-color: rgb(109,189,228); }

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

border-color css

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

 span { border-color: rgb(109,189,228); }

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