Html Css Color HEX #6AAFDF Malibu

📋 copy color: '#6AAFDF'

red 106 ◦ green 175 ◦ blue 223

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

Shades of Malibu #6AAFDF

Tints of Malibu #6AAFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 21.03%
G = 34.72%
B = 44.25%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AAFDF (or 0x6AAFDF) is known color: Malibu. HEX triplet: 6A, AF and DF. RGB value is (106,175,223). Sum of RGB (Red+Green+Blue) = 106+175+223=504 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.03% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #6AAFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAFDF is #955020. Grayscale: #9F9F9F. Windows color (decimal): -9785377 or 14659434. OLE color: 14659434.

HSL color Cylindrical-coordinate representation of color #6AAFDF: hue angle of 204.62º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AAFDF is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 175 223 -
CMYK 0.52 0.22 0 0.13
HSL 204.62º 0.65% 0.65% -
HSV(B) 204.62º 0.52% 0.87% -
XYZ 34.59 39.05 75.53 -
YUV 159.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 106 175 223 0.52 0.22 0 0.13 204.62 0.65 0.65
Hex 6A AF DF 34 16 0 D CD 41 41
Octal 152 257 337 64 26 0 15 315 101 101
Binary 1101010 10101111 11011111 110100 10110 0 1101 11001101 1000001 1000001

Color Harmonies of #6AAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAFDF

Black with #6AAFDF

Text Example


Text Example

White with #6AAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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