Html Css Color HEX #6BAFEF Malibu

📋 copy color: '#6BAFEF'

red 107 ◦ green 175 ◦ blue 239

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

Shades of Malibu #6BAFEF

Tints of Malibu #6BAFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.87%

R = 20.54%
G = 33.59%
B = 45.87%

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

#6BAFEF (or 0x6BAFEF) is known color: Malibu. HEX triplet: 6B, AF and EF. RGB value is (107,175,239). Sum of RGB (Red+Green+Blue) = 107+175+239=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BAFEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAFEF is #945010. Grayscale: #A1A1A1. Windows color (decimal): -9719825 or 15708011. OLE color: 15708011.

HSL color Cylindrical-coordinate representation of color #6BAFEF: hue angle of 209.09º degrees, saturation: 0.8, 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 #6BAFEF is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 175 239 -
CMYK 0.55 0.27 0 0.06
HSL 209.09º 0.8% 0.68% -
HSV(B) 209.09º 0.55% 0.94% -
XYZ 36.97 40.02 87.44 -
YUV 161.96 171.47 88.8 -
System Red Green Blue C M Y K H S L
Decimal 107 175 239 0.55 0.27 0 0.06 209.09 0.8 0.68
Hex 6B AF EF 37 1B 0 6 D1 50 44
Octal 153 257 357 67 33 0 6 321 120 104
Binary 1101011 10101111 11101111 110111 11011 0 110 11010001 1010000 1000100

Color Harmonies of #6BAFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFEF

Black with #6BAFEF

Text Example


Text Example

White with #6BAFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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