Html Css Color HEX #6BAFDE Malibu

📋 copy color: '#6BAFDE'

red 107 ◦ green 175 ◦ blue 222

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

Shades of Malibu #6BAFDE

Tints of Malibu #6BAFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.05%

R = 21.23%
G = 34.72%
B = 44.05%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BAFDE (or 0x6BAFDE) is known color: Malibu. HEX triplet: 6B, AF and DE. RGB value is (107,175,222). Sum of RGB (Red+Green+Blue) = 107+175+222=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #6BAFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFDE is #945021. Grayscale: #9F9F9F. Windows color (decimal): -9719842 or 14593899. OLE color: 14593899.

HSL color Cylindrical-coordinate representation of color #6BAFDE: hue angle of 204.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BAFDE is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 175 222 -
CMYK 0.52 0.21 0 0.13
HSL 204.52º 0.64% 0.65% -
HSV(B) 204.52º 0.52% 0.87% -
XYZ 34.58 39.06 74.82 -
YUV 160.03 162.97 90.18 -
System Red Green Blue C M Y K H S L
Decimal 107 175 222 0.52 0.21 0 0.13 204.52 0.64 0.65
Hex 6B AF DE 34 15 0 D CD 40 41
Octal 153 257 336 64 25 0 15 315 100 101
Binary 1101011 10101111 11011110 110100 10101 0 1101 11001101 1000000 1000001

Color Harmonies of #6BAFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFDE

Black with #6BAFDE

Text Example


Text Example

White with #6BAFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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