Html Css Color HEX #6BAFF1 Malibu

📋 copy color: '#6BAFF1'

red 107 ◦ green 175 ◦ blue 241

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

Shades of Malibu #6BAFF1

Tints of Malibu #6BAFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.08%

R = 20.46%
G = 33.46%
B = 46.08%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6BAFF1 (or 0x6BAFF1) is known color: Malibu. HEX triplet: 6B, AF and F1. RGB value is (107,175,241). Sum of RGB (Red+Green+Blue) = 107+175+241=523 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.46% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #6BAFF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAFF1 is #94500E. Grayscale: #A1A1A1. Windows color (decimal): -9719823 or 15839083. OLE color: 15839083.

HSL color Cylindrical-coordinate representation of color #6BAFF1: hue angle of 209.55º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BAFF1 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 107 175 241 -
CMYK 0.56 0.27 0 0.05
HSL 209.55º 0.83% 0.68% -
HSV(B) 209.55º 0.56% 0.95% -
XYZ 37.27 40.14 89 -
YUV 162.19 172.47 88.63 -
System Red Green Blue C M Y K H S L
Decimal 107 175 241 0.56 0.27 0 0.05 209.55 0.83 0.68
Hex 6B AF F1 38 1B 0 5 D2 53 44
Octal 153 257 361 70 33 0 5 322 123 104
Binary 1101011 10101111 11110001 111000 11011 0 101 11010010 1010011 1000100

Color Harmonies of #6BAFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFF1

Black with #6BAFF1

Text Example


Text Example

White with #6BAFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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