Html Css Color HEX #6BAFE0 Malibu

📋 copy color: '#6BAFE0'

red 107 ◦ green 175 ◦ blue 224

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

Shades of Malibu #6BAFE0

Tints of Malibu #6BAFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.27%

R = 21.15%
G = 34.58%
B = 44.27%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6BAFE0 (or 0x6BAFE0) is known color: Malibu. HEX triplet: 6B, AF and E0. RGB value is (107,175,224). Sum of RGB (Red+Green+Blue) = 107+175+224=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #6BAFE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFE0 is #94501F. Grayscale: #9F9F9F. Windows color (decimal): -9719840 or 14724971. OLE color: 14724971.

HSL color Cylindrical-coordinate representation of color #6BAFE0: hue angle of 205.13º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BAFE0 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 107 175 224 -
CMYK 0.52 0.22 0 0.12
HSL 205.13º 0.65% 0.65% -
HSV(B) 205.13º 0.52% 0.88% -
XYZ 34.85 39.17 76.24 -
YUV 160.25 163.97 90.02 -
System Red Green Blue C M Y K H S L
Decimal 107 175 224 0.52 0.22 0 0.12 205.13 0.65 0.65
Hex 6B AF E0 34 16 0 C CD 41 41
Octal 153 257 340 64 26 0 14 315 101 101
Binary 1101011 10101111 11100000 110100 10110 0 1100 11001101 1000001 1000001

Color Harmonies of #6BAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFE0

Black with #6BAFE0

Text Example


Text Example

White with #6BAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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