Html Css Color HEX #6BAFF0 Malibu

📋 copy color: '#6BAFF0'

red 107 ◦ green 175 ◦ blue 240

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

Shades of Malibu #6BAFF0

Tints of Malibu #6BAFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.98%

R = 20.5%
G = 33.52%
B = 45.98%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6BAFF0 (or 0x6BAFF0) is known color: Malibu. HEX triplet: 6B, AF and F0. RGB value is (107,175,240). Sum of RGB (Red+Green+Blue) = 107+175+240=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #6BAFF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAFF0 is #94500F. Grayscale: #A1A1A1. Windows color (decimal): -9719824 or 15773547. OLE color: 15773547.

HSL color Cylindrical-coordinate representation of color #6BAFF0: hue angle of 209.32º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BAFF0 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 175 240 -
CMYK 0.55 0.27 0 0.06
HSL 209.32º 0.82% 0.68% -
HSV(B) 209.32º 0.55% 0.94% -
XYZ 37.12 40.08 88.22 -
YUV 162.08 171.97 88.71 -
System Red Green Blue C M Y K H S L
Decimal 107 175 240 0.55 0.27 0 0.06 209.32 0.82 0.68
Hex 6B AF F0 37 1B 0 6 D1 52 44
Octal 153 257 360 67 33 0 6 321 122 104
Binary 1101011 10101111 11110000 110111 11011 0 110 11010001 1010010 1000100

Color Harmonies of #6BAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFF0

Black with #6BAFF0

Text Example


Text Example

White with #6BAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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