Html Css Color HEX #6BAFDD Malibu

📋 copy color: '#6BAFDD'

red 107 ◦ green 175 ◦ blue 221

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

Shades of Malibu #6BAFDD

Tints of Malibu #6BAFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 21.27%
G = 34.79%
B = 43.94%

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

#6BAFDD (or 0x6BAFDD) is known color: Malibu. HEX triplet: 6B, AF and DD. RGB value is (107,175,221). Sum of RGB (Red+Green+Blue) = 107+175+221=503 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.27% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFDD is #945022. Grayscale: #9F9F9F. Windows color (decimal): -9719843 or 14528363. OLE color: 14528363.

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

Color convert

RGB 107 175 221 -
CMYK 0.52 0.21 0 0.13
HSL 204.21º 0.63% 0.64% -
HSV(B) 204.21º 0.52% 0.87% -
XYZ 34.44 39.01 74.12 -
YUV 159.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 107 175 221 0.52 0.21 0 0.13 204.21 0.63 0.64
Hex 6B AF DD 34 15 0 D CC 3F 40
Octal 153 257 335 64 25 0 15 314 77 100
Binary 1101011 10101111 11011101 110100 10101 0 1101 11001100 111111 1000000

Color Harmonies of #6BAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFDD

Black with #6BAFDD

Text Example


Text Example

White with #6BAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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