Html Css Color HEX #6BAFEA Malibu

📋 copy color: '#6BAFEA'

red 107 ◦ green 175 ◦ blue 234

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

Shades of Malibu #6BAFEA

Tints of Malibu #6BAFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.35%

R = 20.74%
G = 33.91%
B = 45.35%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BAFEA (or 0x6BAFEA) is known color: Malibu. HEX triplet: 6B, AF and EA. RGB value is (107,175,234). Sum of RGB (Red+Green+Blue) = 107+175+234=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BAFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAFEA is #945015. Grayscale: #A1A1A1. Windows color (decimal): -9719830 or 15380331. OLE color: 15380331.

HSL color Cylindrical-coordinate representation of color #6BAFEA: hue angle of 207.87º degrees, saturation: 0.75, 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 #6BAFEA is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 175 234 -
CMYK 0.54 0.25 0 0.08
HSL 207.87º 0.75% 0.67% -
HSV(B) 207.87º 0.54% 0.92% -
XYZ 36.24 39.73 83.6 -
YUV 161.39 168.97 89.2 -
System Red Green Blue C M Y K H S L
Decimal 107 175 234 0.54 0.25 0 0.08 207.87 0.75 0.67
Hex 6B AF EA 36 19 0 8 D0 4B 43
Octal 153 257 352 66 31 0 10 320 113 103
Binary 1101011 10101111 11101010 110110 11001 0 1000 11010000 1001011 1000011

Color Harmonies of #6BAFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFEA

Black with #6BAFEA

Text Example


Text Example

White with #6BAFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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