Html Css Color HEX #6ABCEA Malibu

📋 copy color: '#6ABCEA'

red 106 ◦ green 188 ◦ blue 234

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

Shades of Malibu #6ABCEA

Tints of Malibu #6ABCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.61%

 BLUE value IS 234 (91.8% from 255) = 44.32%

R = 20.08%
G = 35.61%
B = 44.32%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6ABCEA (or 0x6ABCEA) is known color: Malibu. HEX triplet: 6A, BC and EA. RGB value is (106,188,234). Sum of RGB (Red+Green+Blue) = 106+188+234=528 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.08% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #6ABCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABCEA is #954315. Grayscale: #A8A8A8. Windows color (decimal): -9782038 or 15383658. OLE color: 15383658.

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

Color convert

RGB 106 188 234 -
CMYK 0.55 0.20 0 0.08
HSL 201.56º 0.75% 0.67% -
HSV(B) 201.56º 0.55% 0.92% -
XYZ 38.78 44.97 84.48 -
YUV 168.73 164.83 83.26 -
System Red Green Blue C M Y K H S L
Decimal 106 188 234 0.55 0.20 0 0.08 201.56 0.75 0.67
Hex 6A BC EA 37 14 0 8 CA 4B 43
Octal 152 274 352 67 24 0 10 312 113 103
Binary 1101010 10111100 11101010 110111 10100 0 1000 11001010 1001011 1000011

Color Harmonies of #6ABCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABCEA

Black with #6ABCEA

Text Example


Text Example

White with #6ABCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,188,234); }

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

background-color css

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

 a { background-color: rgb(106,188,234); }

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

border-color css

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

 span { border-color: rgb(106,188,234); }

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