Html Css Color HEX #6AAFEE Malibu

📋 copy color: '#6AAFEE'

red 106 ◦ green 175 ◦ blue 238

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

Shades of Malibu #6AAFEE

Tints of Malibu #6AAFEE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.72%

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 20.42%
G = 33.72%
B = 45.86%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6AAFEE (or 0x6AAFEE) is known color: Malibu. HEX triplet: 6A, AF and EE. RGB value is (106,175,238). Sum of RGB (Red+Green+Blue) = 106+175+238=519 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.42% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #6AAFEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAFEE is #955011. Grayscale: #A1A1A1. Windows color (decimal): -9785362 or 15642474. OLE color: 15642474.

HSL color Cylindrical-coordinate representation of color #6AAFEE: hue angle of 208.64º degrees, saturation: 0.8, 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 #6AAFEE is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 175 238 -
CMYK 0.55 0.26 0 0.07
HSL 208.64º 0.8% 0.67% -
HSV(B) 208.64º 0.55% 0.93% -
XYZ 36.71 39.9 86.66 -
YUV 161.55 171.14 88.38 -
System Red Green Blue C M Y K H S L
Decimal 106 175 238 0.55 0.26 0 0.07 208.64 0.8 0.67
Hex 6A AF EE 37 1A 0 7 D1 50 43
Octal 152 257 356 67 32 0 7 321 120 103
Binary 1101010 10101111 11101110 110111 11010 0 111 11010001 1010000 1000011

Color Harmonies of #6AAFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAFEE

Black with #6AAFEE

Text Example


Text Example

White with #6AAFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,175,238); }

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

background-color css

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

 a { background-color: rgb(106,175,238); }

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

border-color css

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

 span { border-color: rgb(106,175,238); }

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