Html Css Color HEX #699ACB Picton Blue

📋 copy color: '#699ACB'

red 105 ◦ green 154 ◦ blue 203

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

Shades of Picton Blue #699ACB

Tints of Picton Blue #699ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 22.73%
G = 33.33%
B = 43.94%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#699ACB (or 0x699ACB) is known color: Picton Blue. HEX triplet: 69, 9A and CB. RGB value is (105,154,203). Sum of RGB (Red+Green+Blue) = 105+154+203=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #699ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ACB is #966534. Grayscale: #909090. Windows color (decimal): -9856309 or 13343337. OLE color: 13343337.

HSL color Cylindrical-coordinate representation of color #699ACB: hue angle of 210º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #699ACB is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 154 203 -
CMYK 0.48 0.24 0 0.20
HSL 210º 0.49% 0.6% -
HSV(B) 210º 0.48% 0.8% -
XYZ 28.16 30.43 60.89 -
YUV 144.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 105 154 203 0.48 0.24 0 0.20 210 0.49 0.6
Hex 69 9A CB 30 18 0 14 D2 31 3C
Octal 151 232 313 60 30 0 24 322 61 74
Binary 1101001 10011010 11001011 110000 11000 0 10100 11010010 110001 111100

Color Harmonies of #699ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699ACB

Black with #699ACB

Text Example


Text Example

White with #699ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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