Html Css Color HEX #69A8DA Malibu

📋 copy color: '#69A8DA'

red 105 ◦ green 168 ◦ blue 218

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

Shades of Malibu #69A8DA

Tints of Malibu #69A8DA

RGB

 RED value IS 105 (41.41% from 255) = 21.38%

 GREEN value IS 168 (66.02% from 255) = 34.22%

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

R = 21.38%
G = 34.22%
B = 44.4%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#69A8DA (or 0x69A8DA) is known color: Malibu. HEX triplet: 69, A8 and DA. RGB value is (105,168,218). Sum of RGB (Red+Green+Blue) = 105+168+218=491 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.38% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #69A8DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A8DA is #965725. Grayscale: #9A9A9A. Windows color (decimal): -9852710 or 14329961. OLE color: 14329961.

HSL color Cylindrical-coordinate representation of color #69A8DA: hue angle of 206.55º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69A8DA is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 168 218 -
CMYK 0.52 0.23 0 0.15
HSL 206.55º 0.6% 0.63% -
HSV(B) 206.55º 0.52% 0.85% -
XYZ 32.48 36.07 71.58 -
YUV 154.86 163.63 92.43 -
System Red Green Blue C M Y K H S L
Decimal 105 168 218 0.52 0.23 0 0.15 206.55 0.6 0.63
Hex 69 A8 DA 34 17 0 F CF 3C 3F
Octal 151 250 332 64 27 0 17 317 74 77
Binary 1101001 10101000 11011010 110100 10111 0 1111 11001111 111100 111111

Color Harmonies of #69A8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A8DA

Black with #69A8DA

Text Example


Text Example

White with #69A8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69A8DA; }

 p { color: rgb(105,168,218); }

 H1.HeaderClassName
 {
   color: #69A8DA;
 }
 .AnyTagClassName
 {
   color: #69A8DA;
 }
</style>

background-color css

<style>
 a { background-color: #69A8DA; }

 a { background-color: rgb(105,168,218); }

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

border-color css

<style>
 span { border-color: #69A8DA; }

 span { border-color: rgb(105,168,218); }

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