Html Css Color HEX #6ABDED Malibu

📋 copy color: '#6ABDED'

red 106 ◦ green 189 ◦ blue 237

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

Shades of Malibu #6ABDED

Tints of Malibu #6ABDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.55%

R = 19.92%
G = 35.53%
B = 44.55%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6ABDED (or 0x6ABDED) is known color: Malibu. HEX triplet: 6A, BD and ED. RGB value is (106,189,237). Sum of RGB (Red+Green+Blue) = 106+189+237=532 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.92% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #6ABDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABDED is #954212. Grayscale: #A9A9A9. Windows color (decimal): -9781779 or 15580522. OLE color: 15580522.

HSL color Cylindrical-coordinate representation of color #6ABDED: hue angle of 201.98º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ABDED is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 189 237 -
CMYK 0.55 0.20 0 0.07
HSL 201.98º 0.78% 0.67% -
HSV(B) 201.98º 0.55% 0.93% -
XYZ 39.43 45.57 86.84 -
YUV 169.66 166 82.6 -
System Red Green Blue C M Y K H S L
Decimal 106 189 237 0.55 0.20 0 0.07 201.98 0.78 0.67
Hex 6A BD ED 37 14 0 7 CA 4E 43
Octal 152 275 355 67 24 0 7 312 116 103
Binary 1101010 10111101 11101101 110111 10100 0 111 11001010 1001110 1000011

Color Harmonies of #6ABDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABDED

Black with #6ABDED

Text Example


Text Example

White with #6ABDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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