Html Css Color HEX #6ABDDA Malibu

📋 copy color: '#6ABDDA'

red 106 ◦ green 189 ◦ blue 218

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

Shades of Malibu #6ABDDA

Tints of Malibu #6ABDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 20.66%
G = 36.84%
B = 42.5%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6ABDDA (or 0x6ABDDA) is known color: Malibu. HEX triplet: 6A, BD and DA. RGB value is (106,189,218). Sum of RGB (Red+Green+Blue) = 106+189+218=513 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.66% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #6ABDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABDDA is #954225. Grayscale: #A7A7A7. Windows color (decimal): -9781798 or 14335338. OLE color: 14335338.

HSL color Cylindrical-coordinate representation of color #6ABDDA: hue angle of 195.54º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ABDDA is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 189 218 -
CMYK 0.51 0.13 0 0.15
HSL 195.54º 0.6% 0.64% -
HSV(B) 195.54º 0.51% 0.85% -
XYZ 36.8 44.52 72.98 -
YUV 167.49 156.5 84.14 -
System Red Green Blue C M Y K H S L
Decimal 106 189 218 0.51 0.13 0 0.15 195.54 0.6 0.64
Hex 6A BD DA 33 D 0 F C4 3C 40
Octal 152 275 332 63 15 0 17 304 74 100
Binary 1101010 10111101 11011010 110011 1101 0 1111 11000100 111100 1000000

Color Harmonies of #6ABDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABDDA

Black with #6ABDDA

Text Example


Text Example

White with #6ABDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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