Html Css Color HEX #6DAFDF Malibu

📋 copy color: '#6DAFDF'

red 109 ◦ green 175 ◦ blue 223

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

Shades of Malibu #6DAFDF

Tints of Malibu #6DAFDF

RGB

 RED value IS 109 (42.97% from 255) = 21.5%

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

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

R = 21.5%
G = 34.52%
B = 43.98%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DAFDF (or 0x6DAFDF) is known color: Malibu. HEX triplet: 6D, AF and DF. RGB value is (109,175,223). Sum of RGB (Red+Green+Blue) = 109+175+223=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DAFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFDF is #925020. Grayscale: #A0A0A0. Windows color (decimal): -9588769 or 14659437. OLE color: 14659437.

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

Color convert

RGB 109 175 223 -
CMYK 0.51 0.22 0 0.13
HSL 205.26º 0.64% 0.65% -
HSV(B) 205.26º 0.51% 0.87% -
XYZ 34.96 39.24 75.54 -
YUV 160.74 163.13 91.1 -
System Red Green Blue C M Y K H S L
Decimal 109 175 223 0.51 0.22 0 0.13 205.26 0.64 0.65
Hex 6D AF DF 33 16 0 D CD 40 41
Octal 155 257 337 63 26 0 15 315 100 101
Binary 1101101 10101111 11011111 110011 10110 0 1101 11001101 1000000 1000001

Color Harmonies of #6DAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAFDF

Black with #6DAFDF

Text Example


Text Example

White with #6DAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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