Html Css Color HEX #6AB3DD Malibu

📋 copy color: '#6AB3DD'

red 106 ◦ green 179 ◦ blue 221

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

Shades of Malibu #6AB3DD

Tints of Malibu #6AB3DD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.38%

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 20.95%
G = 35.38%
B = 43.68%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AB3DD (or 0x6AB3DD) is known color: Malibu. HEX triplet: 6A, B3 and DD. RGB value is (106,179,221). Sum of RGB (Red+Green+Blue) = 106+179+221=506 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.95% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #6AB3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB3DD is #954C22. Grayscale: #A1A1A1. Windows color (decimal): -9784355 or 14529386. OLE color: 14529386.

HSL color Cylindrical-coordinate representation of color #6AB3DD: hue angle of 201.91º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AB3DD is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 179 221 -
CMYK 0.52 0.19 0 0.13
HSL 201.91º 0.63% 0.64% -
HSV(B) 201.91º 0.52% 0.87% -
XYZ 35.12 40.52 74.38 -
YUV 161.96 161.32 88.08 -
System Red Green Blue C M Y K H S L
Decimal 106 179 221 0.52 0.19 0 0.13 201.91 0.63 0.64
Hex 6A B3 DD 34 13 0 D CA 3F 40
Octal 152 263 335 64 23 0 15 312 77 100
Binary 1101010 10110011 11011101 110100 10011 0 1101 11001010 111111 1000000

Color Harmonies of #6AB3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB3DD

Black with #6AB3DD

Text Example


Text Example

White with #6AB3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,179,221); }

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

background-color css

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

 a { background-color: rgb(106,179,221); }

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

border-color css

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

 span { border-color: rgb(106,179,221); }

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