Html Css Color HEX #6CAFDF Malibu

📋 copy color: '#6CAFDF'

red 108 ◦ green 175 ◦ blue 223

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

Shades of Malibu #6CAFDF

Tints of Malibu #6CAFDF

RGB

 RED value IS 108 (42.58% from 255) = 21.34%

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

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

R = 21.34%
G = 34.58%
B = 44.07%

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

#6CAFDF (or 0x6CAFDF) is known color: Malibu. HEX triplet: 6C, AF and DF. RGB value is (108,175,223). Sum of RGB (Red+Green+Blue) = 108+175+223=506 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.34% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CAFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAFDF is #935020. Grayscale: #A0A0A0. Windows color (decimal): -9654305 or 14659436. OLE color: 14659436.

HSL color Cylindrical-coordinate representation of color #6CAFDF: hue angle of 205.04º degrees, saturation: 0.64, 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 #6CAFDF is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 175 223 -
CMYK 0.52 0.22 0 0.13
HSL 205.04º 0.64% 0.65% -
HSV(B) 205.04º 0.52% 0.87% -
XYZ 34.83 39.18 75.54 -
YUV 160.44 163.3 90.6 -
System Red Green Blue C M Y K H S L
Decimal 108 175 223 0.52 0.22 0 0.13 205.04 0.64 0.65
Hex 6C AF DF 34 16 0 D CD 40 41
Octal 154 257 337 64 26 0 15 315 100 101
Binary 1101100 10101111 11011111 110100 10110 0 1101 11001101 1000000 1000001

Color Harmonies of #6CAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAFDF

Black with #6CAFDF

Text Example


Text Example

White with #6CAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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