Html Css Color HEX #6AB2D7 Malibu

📋 copy color: '#6AB2D7'

red 106 ◦ green 178 ◦ blue 215

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

Shades of Malibu #6AB2D7

Tints of Malibu #6AB2D7

RGB

 RED value IS 106 (41.8% from 255) = 21.24%

 GREEN value IS 178 (69.92% from 255) = 35.67%

 BLUE value IS 215 (84.38% from 255) = 43.09%

R = 21.24%
G = 35.67%
B = 43.09%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6AB2D7 (or 0x6AB2D7) is known color: Malibu. HEX triplet: 6A, B2 and D7. RGB value is (106,178,215). Sum of RGB (Red+Green+Blue) = 106+178+215=499 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.24% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #6AB2D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AB2D7 is #954D28. Grayscale: #A0A0A0. Windows color (decimal): -9784617 or 14135914. OLE color: 14135914.

HSL color Cylindrical-coordinate representation of color #6AB2D7: hue angle of 200.37º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AB2D7 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 106 178 215 -
CMYK 0.51 0.17 0 0.16
HSL 200.37º 0.58% 0.63% -
HSV(B) 200.37º 0.51% 0.84% -
XYZ 34.13 39.81 70.18 -
YUV 160.69 158.65 88.99 -
System Red Green Blue C M Y K H S L
Decimal 106 178 215 0.51 0.17 0 0.16 200.37 0.58 0.63
Hex 6A B2 D7 33 11 0 10 C8 3A 3F
Octal 152 262 327 63 21 0 20 310 72 77
Binary 1101010 10110010 11010111 110011 10001 0 10000 11001000 111010 111111

Color Harmonies of #6AB2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB2D7

Black with #6AB2D7

Text Example


Text Example

White with #6AB2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,178,215); }

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

background-color css

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

 a { background-color: rgb(106,178,215); }

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

border-color css

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

 span { border-color: rgb(106,178,215); }

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