Html Css Color HEX #6FB1DA Malibu

📋 copy color: '#6FB1DA'

red 111 ◦ green 177 ◦ blue 218

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

Shades of Malibu #6FB1DA

Tints of Malibu #6FB1DA

RGB

 RED value IS 111 (43.75% from 255) = 21.94%

 GREEN value IS 177 (69.53% from 255) = 34.98%

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 21.94%
G = 34.98%
B = 43.08%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6FB1DA (or 0x6FB1DA) is known color: Malibu. HEX triplet: 6F, B1 and DA. RGB value is (111,177,218). Sum of RGB (Red+Green+Blue) = 111+177+218=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #6FB1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB1DA is #904E25. Grayscale: #A1A1A1. Windows color (decimal): -9457190 or 14332271. OLE color: 14332271.

HSL color Cylindrical-coordinate representation of color #6FB1DA: hue angle of 202.99º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FB1DA is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 177 218 -
CMYK 0.49 0.19 0 0.15
HSL 202.99º 0.59% 0.65% -
HSV(B) 202.99º 0.49% 0.85% -
XYZ 34.93 39.89 72.19 -
YUV 161.94 159.63 91.67 -
System Red Green Blue C M Y K H S L
Decimal 111 177 218 0.49 0.19 0 0.15 202.99 0.59 0.65
Hex 6F B1 DA 31 13 0 F CB 3B 41
Octal 157 261 332 61 23 0 17 313 73 101
Binary 1101111 10110001 11011010 110001 10011 0 1111 11001011 111011 1000001

Color Harmonies of #6FB1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB1DA

Black with #6FB1DA

Text Example


Text Example

White with #6FB1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,177,218); }

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

background-color css

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

 a { background-color: rgb(111,177,218); }

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

border-color css

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

 span { border-color: rgb(111,177,218); }

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