Html Css Color HEX #6DBCE2 Malibu

📋 copy color: '#6DBCE2'

red 109 ◦ green 188 ◦ blue 226

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

Shades of Malibu #6DBCE2

Tints of Malibu #6DBCE2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.95%

 BLUE value IS 226 (88.67% from 255) = 43.21%

R = 20.84%
G = 35.95%
B = 43.21%

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

#6DBCE2 (or 0x6DBCE2) is known color: Malibu. HEX triplet: 6D, BC and E2. RGB value is (109,188,226). Sum of RGB (Red+Green+Blue) = 109+188+226=523 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.84% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 226 - color contains mainly: blue. Hex color #6DBCE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBCE2 is #92431D. Grayscale: #A8A8A8. Windows color (decimal): -9585438 or 14859373. OLE color: 14859373.

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

Color convert

RGB 109 188 226 -
CMYK 0.52 0.17 0 0.11
HSL 199.49º 0.67% 0.66% -
HSV(B) 199.49º 0.52% 0.89% -
XYZ 38.02 44.71 78.58 -
YUV 168.71 160.33 85.41 -
System Red Green Blue C M Y K H S L
Decimal 109 188 226 0.52 0.17 0 0.11 199.49 0.67 0.66
Hex 6D BC E2 34 11 0 B C7 43 42
Octal 155 274 342 64 21 0 13 307 103 102
Binary 1101101 10111100 11100010 110100 10001 0 1011 11000111 1000011 1000010

Color Harmonies of #6DBCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBCE2

Black with #6DBCE2

Text Example


Text Example

White with #6DBCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,188,226); }

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

background-color css

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

 a { background-color: rgb(109,188,226); }

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

border-color css

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

 span { border-color: rgb(109,188,226); }

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