Html Css Color HEX #6BAFEC Malibu

📋 copy color: '#6BAFEC'

red 107 ◦ green 175 ◦ blue 236

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

Shades of Malibu #6BAFEC

Tints of Malibu #6BAFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.56%

R = 20.66%
G = 33.78%
B = 45.56%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BAFEC (or 0x6BAFEC) is known color: Malibu. HEX triplet: 6B, AF and EC. RGB value is (107,175,236). Sum of RGB (Red+Green+Blue) = 107+175+236=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #6BAFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAFEC is #945013. Grayscale: #A1A1A1. Windows color (decimal): -9719828 or 15511403. OLE color: 15511403.

HSL color Cylindrical-coordinate representation of color #6BAFEC: hue angle of 208.37º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BAFEC is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 175 236 -
CMYK 0.55 0.26 0 0.07
HSL 208.37º 0.77% 0.67% -
HSV(B) 208.37º 0.55% 0.93% -
XYZ 36.53 39.84 85.12 -
YUV 161.62 169.97 89.04 -
System Red Green Blue C M Y K H S L
Decimal 107 175 236 0.55 0.26 0 0.07 208.37 0.77 0.67
Hex 6B AF EC 37 1A 0 7 D0 4D 43
Octal 153 257 354 67 32 0 7 320 115 103
Binary 1101011 10101111 11101100 110111 11010 0 111 11010000 1001101 1000011

Color Harmonies of #6BAFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFEC

Black with #6BAFEC

Text Example


Text Example

White with #6BAFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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