Html Css Color HEX #6BAFD5 Malibu

📋 copy color: '#6BAFD5'

red 107 ◦ green 175 ◦ blue 213

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

Shades of Malibu #6BAFD5

Tints of Malibu #6BAFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.03%

R = 21.62%
G = 35.35%
B = 43.03%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6BAFD5 (or 0x6BAFD5) is known color: Malibu. HEX triplet: 6B, AF and D5. RGB value is (107,175,213). Sum of RGB (Red+Green+Blue) = 107+175+213=495 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.62% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #6BAFD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFD5 is #94502A. Grayscale: #9E9E9E. Windows color (decimal): -9719851 or 14004075. OLE color: 14004075.

HSL color Cylindrical-coordinate representation of color #6BAFD5: hue angle of 201.51º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BAFD5 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 175 213 -
CMYK 0.50 0.18 0 0.16
HSL 201.51º 0.56% 0.63% -
HSV(B) 201.51º 0.5% 0.84% -
XYZ 33.4 38.59 68.64 -
YUV 159 158.47 90.91 -
System Red Green Blue C M Y K H S L
Decimal 107 175 213 0.50 0.18 0 0.16 201.51 0.56 0.63
Hex 6B AF D5 32 12 0 10 CA 38 3F
Octal 153 257 325 62 22 0 20 312 70 77
Binary 1101011 10101111 11010101 110010 10010 0 10000 11001010 111000 111111

Color Harmonies of #6BAFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFD5

Black with #6BAFD5

Text Example


Text Example

White with #6BAFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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