Html Css Color HEX #6DB1E4 Malibu

📋 copy color: '#6DB1E4'

red 109 ◦ green 177 ◦ blue 228

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

Shades of Malibu #6DB1E4

Tints of Malibu #6DB1E4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.44%

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

R = 21.21%
G = 34.44%
B = 44.36%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6DB1E4 (or 0x6DB1E4) is known color: Malibu. HEX triplet: 6D, B1 and E4. RGB value is (109,177,228). Sum of RGB (Red+Green+Blue) = 109+177+228=514 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.21% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 228 - color contains mainly: blue. Hex color #6DB1E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB1E4 is #924E1B. Grayscale: #A2A2A2. Windows color (decimal): -9588252 or 14987629. OLE color: 14987629.

HSL color Cylindrical-coordinate representation of color #6DB1E4: hue angle of 205.71º 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 #6DB1E4 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 109 177 228 -
CMYK 0.52 0.22 0 0.11
HSL 205.71º 0.69% 0.66% -
HSV(B) 205.71º 0.52% 0.89% -
XYZ 36.03 40.3 79.28 -
YUV 162.48 164.97 89.85 -
System Red Green Blue C M Y K H S L
Decimal 109 177 228 0.52 0.22 0 0.11 205.71 0.69 0.66
Hex 6D B1 E4 34 16 0 B CE 45 42
Octal 155 261 344 64 26 0 13 316 105 102
Binary 1101101 10110001 11100100 110100 10110 0 1011 11001110 1000101 1000010

Color Harmonies of #6DB1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB1E4

Black with #6DB1E4

Text Example


Text Example

White with #6DB1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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