Html Css Color HEX #6AB6D5 Malibu

📋 copy color: '#6AB6D5'

red 106 ◦ green 182 ◦ blue 213

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

Shades of Malibu #6AB6D5

Tints of Malibu #6AB6D5

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.33%

 BLUE value IS 213 (83.59% from 255) = 42.51%

R = 21.16%
G = 36.33%
B = 42.51%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6AB6D5 (or 0x6AB6D5) is known color: Malibu. HEX triplet: 6A, B6 and D5. RGB value is (106,182,213). Sum of RGB (Red+Green+Blue) = 106+182+213=501 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.16% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #6AB6D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB6D5 is #95492A. Grayscale: #A2A2A2. Windows color (decimal): -9783595 or 14005866. OLE color: 14005866.

HSL color Cylindrical-coordinate representation of color #6AB6D5: hue angle of 197.38º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AB6D5 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 106 182 213 -
CMYK 0.50 0.15 0 0.16
HSL 197.38º 0.56% 0.63% -
HSV(B) 197.38º 0.5% 0.84% -
XYZ 34.68 41.32 69.1 -
YUV 162.81 156.32 87.48 -
System Red Green Blue C M Y K H S L
Decimal 106 182 213 0.50 0.15 0 0.16 197.38 0.56 0.63
Hex 6A B6 D5 32 F 0 10 C5 38 3F
Octal 152 266 325 62 17 0 20 305 70 77
Binary 1101010 10110110 11010101 110010 1111 0 10000 11000101 111000 111111

Color Harmonies of #6AB6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB6D5

Black with #6AB6D5

Text Example


Text Example

White with #6AB6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,182,213); }

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

background-color css

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

 a { background-color: rgb(106,182,213); }

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

border-color css

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

 span { border-color: rgb(106,182,213); }

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