Html Css Color HEX #699DDB Picton Blue

📋 copy color: '#699DDB'

red 105 ◦ green 157 ◦ blue 219

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

Shades of Picton Blue #699DDB

Tints of Picton Blue #699DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.64%

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 21.83%
G = 32.64%
B = 45.53%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#699DDB (or 0x699DDB) is known color: Picton Blue. HEX triplet: 69, 9D and DB. RGB value is (105,157,219). Sum of RGB (Red+Green+Blue) = 105+157+219=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #699DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699DDB is #966224. Grayscale: #949494. Windows color (decimal): -9855525 or 14392681. OLE color: 14392681.

HSL color Cylindrical-coordinate representation of color #699DDB: hue angle of 212.63º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #699DDB is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 157 219 -
CMYK 0.52 0.28 0 0.14
HSL 212.63º 0.61% 0.64% -
HSV(B) 212.63º 0.52% 0.86% -
XYZ 30.67 32.23 71.62 -
YUV 148.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 105 157 219 0.52 0.28 0 0.14 212.63 0.61 0.64
Hex 69 9D DB 34 1C 0 E D5 3D 40
Octal 151 235 333 64 34 0 16 325 75 100
Binary 1101001 10011101 11011011 110100 11100 0 1110 11010101 111101 1000000

Color Harmonies of #699DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699DDB

Black with #699DDB

Text Example


Text Example

White with #699DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,157,219); }

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

background-color css

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

 a { background-color: rgb(105,157,219); }

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

border-color css

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

 span { border-color: rgb(105,157,219); }

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