Html Css Color HEX #699ACC Picton Blue

📋 copy color: '#699ACC'

red 105 ◦ green 154 ◦ blue 204

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

Shades of Picton Blue #699ACC

Tints of Picton Blue #699ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.26%

 BLUE value IS 204 (80.08% from 255) = 44.06%

R = 22.68%
G = 33.26%
B = 44.06%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#699ACC (or 0x699ACC) is known color: Picton Blue. HEX triplet: 69, 9A and CC. RGB value is (105,154,204). Sum of RGB (Red+Green+Blue) = 105+154+204=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #699ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ACC is #966533. Grayscale: #909090. Windows color (decimal): -9856308 or 13408873. OLE color: 13408873.

HSL color Cylindrical-coordinate representation of color #699ACC: hue angle of 210.3º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #699ACC is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 154 204 -
CMYK 0.49 0.25 0 0.2
HSL 210.3º 0.49% 0.61% -
HSV(B) 210.3º 0.49% 0.8% -
XYZ 28.28 30.47 61.52 -
YUV 145.05 161.27 99.43 -
System Red Green Blue C M Y K H S L
Decimal 105 154 204 0.49 0.25 0 0.2 210.3 0.49 0.61
Hex 69 9A CC 31 19 0 14 D2 31 3D
Octal 151 232 314 61 31 0 24 322 61 75
Binary 1101001 10011010 11001100 110001 11001 0 10100 11010010 110001 111101

Color Harmonies of #699ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699ACC

Black with #699ACC

Text Example


Text Example

White with #699ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699ACC; }

 p { color: rgb(105,154,204); }

 H1.HeaderClassName
 {
   color: #699ACC;
 }
 .AnyTagClassName
 {
   color: #699ACC;
 }
</style>

background-color css

<style>
 a { background-color: #699ACC; }

 a { background-color: rgb(105,154,204); }

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

border-color css

<style>
 span { border-color: #699ACC; }

 span { border-color: rgb(105,154,204); }

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