Html Css Color HEX #6BAFEB Malibu

📋 copy color: '#6BAFEB'

red 107 ◦ green 175 ◦ blue 235

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

Shades of Malibu #6BAFEB

Tints of Malibu #6BAFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 20.7%
G = 33.85%
B = 45.45%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BAFEB (or 0x6BAFEB) is known color: Malibu. HEX triplet: 6B, AF and EB. RGB value is (107,175,235). Sum of RGB (Red+Green+Blue) = 107+175+235=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BAFEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAFEB is #945014. Grayscale: #A1A1A1. Windows color (decimal): -9719829 or 15445867. OLE color: 15445867.

HSL color Cylindrical-coordinate representation of color #6BAFEB: hue angle of 208.12º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BAFEB is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 175 235 -
CMYK 0.54 0.26 0 0.08
HSL 208.13º 0.76% 0.67% -
HSV(B) 208.13º 0.54% 0.92% -
XYZ 36.39 39.78 84.36 -
YUV 161.51 169.47 89.12 -
System Red Green Blue C M Y K H S L
Decimal 107 175 235 0.54 0.26 0 0.08 208.13 0.76 0.67
Hex 6B AF EB 36 1A 0 8 D0 4C 43
Octal 153 257 353 66 32 0 10 320 114 103
Binary 1101011 10101111 11101011 110110 11010 0 1000 11010000 1001100 1000011

Color Harmonies of #6BAFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFEB

Black with #6BAFEB

Text Example


Text Example

White with #6BAFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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