Html Css Color HEX #6BAFDC Malibu

📋 copy color: '#6BAFDC'

red 107 ◦ green 175 ◦ blue 220

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

Shades of Malibu #6BAFDC

Tints of Malibu #6BAFDC

RGB

 RED value IS 107 (42.19% from 255) = 21.31%

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

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 21.31%
G = 34.86%
B = 43.82%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6BAFDC (or 0x6BAFDC) is known color: Malibu. HEX triplet: 6B, AF and DC. RGB value is (107,175,220). Sum of RGB (Red+Green+Blue) = 107+175+220=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BAFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFDC is #945023. Grayscale: #9F9F9F. Windows color (decimal): -9719844 or 14462827. OLE color: 14462827.

HSL color Cylindrical-coordinate representation of color #6BAFDC: hue angle of 203.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BAFDC is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 175 220 -
CMYK 0.51 0.20 0 0.14
HSL 203.89º 0.62% 0.64% -
HSV(B) 203.89º 0.51% 0.86% -
XYZ 34.31 38.95 73.42 -
YUV 159.8 161.97 90.34 -
System Red Green Blue C M Y K H S L
Decimal 107 175 220 0.51 0.20 0 0.14 203.89 0.62 0.64
Hex 6B AF DC 33 14 0 E CC 3E 40
Octal 153 257 334 63 24 0 16 314 76 100
Binary 1101011 10101111 11011100 110011 10100 0 1110 11001100 111110 1000000

Color Harmonies of #6BAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFDC

Black with #6BAFDC

Text Example


Text Example

White with #6BAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,175,220); }

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

background-color css

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

 a { background-color: rgb(107,175,220); }

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

border-color css

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

 span { border-color: rgb(107,175,220); }

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