Html Css Color HEX #6ABDDE Malibu

📋 copy color: '#6ABDDE'

red 106 ◦ green 189 ◦ blue 222

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

Shades of Malibu #6ABDDE

Tints of Malibu #6ABDDE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.56%

 BLUE value IS 222 (87.11% from 255) = 42.94%

R = 20.5%
G = 36.56%
B = 42.94%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ABDDE (or 0x6ABDDE) is known color: Malibu. HEX triplet: 6A, BD and DE. RGB value is (106,189,222). Sum of RGB (Red+Green+Blue) = 106+189+222=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #6ABDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABDDE is #954221. Grayscale: #A7A7A7. Windows color (decimal): -9781794 or 14597482. OLE color: 14597482.

HSL color Cylindrical-coordinate representation of color #6ABDDE: hue angle of 197.07º degrees, saturation: 0.64, 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 #6ABDDE is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 189 222 -
CMYK 0.52 0.15 0 0.13
HSL 197.07º 0.64% 0.64% -
HSV(B) 197.07º 0.52% 0.87% -
XYZ 37.33 44.73 75.77 -
YUV 167.95 158.5 83.82 -
System Red Green Blue C M Y K H S L
Decimal 106 189 222 0.52 0.15 0 0.13 197.07 0.64 0.64
Hex 6A BD DE 34 F 0 D C5 40 40
Octal 152 275 336 64 17 0 15 305 100 100
Binary 1101010 10111101 11011110 110100 1111 0 1101 11000101 1000000 1000000

Color Harmonies of #6ABDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABDDE

Black with #6ABDDE

Text Example


Text Example

White with #6ABDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,189,222); }

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

background-color css

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

 a { background-color: rgb(106,189,222); }

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

border-color css

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

 span { border-color: rgb(106,189,222); }

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