Html Css Color HEX #6BAFDA Malibu

📋 copy color: '#6BAFDA'

red 107 ◦ green 175 ◦ blue 218

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

Shades of Malibu #6BAFDA

Tints of Malibu #6BAFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 21.4%
G = 35%
B = 43.6%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6BAFDA (or 0x6BAFDA) is known color: Malibu. HEX triplet: 6B, AF and DA. RGB value is (107,175,218). Sum of RGB (Red+Green+Blue) = 107+175+218=500 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.4% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BAFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFDA is #945025. Grayscale: #9F9F9F. Windows color (decimal): -9719846 or 14331755. OLE color: 14331755.

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

Color convert

RGB 107 175 218 -
CMYK 0.51 0.20 0 0.15
HSL 203.24º 0.6% 0.64% -
HSV(B) 203.24º 0.51% 0.85% -
XYZ 34.05 38.85 72.03 -
YUV 159.57 160.97 90.5 -
System Red Green Blue C M Y K H S L
Decimal 107 175 218 0.51 0.20 0 0.15 203.24 0.6 0.64
Hex 6B AF DA 33 14 0 F CB 3C 40
Octal 153 257 332 63 24 0 17 313 74 100
Binary 1101011 10101111 11011010 110011 10100 0 1111 11001011 111100 1000000

Color Harmonies of #6BAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFDA

Black with #6BAFDA

Text Example


Text Example

White with #6BAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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