Html Css Color HEX #699EDB Picton Blue

📋 copy color: '#699EDB'

red 105 ◦ green 158 ◦ blue 219

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

Shades of Picton Blue #699EDB

Tints of Picton Blue #699EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.78%

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

R = 21.78%
G = 32.78%
B = 45.44%

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

#699EDB (or 0x699EDB) is known color: Picton Blue. HEX triplet: 69, 9E and DB. RGB value is (105,158,219). Sum of RGB (Red+Green+Blue) = 105+158+219=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #699EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699EDB is #966124. Grayscale: #949494. Windows color (decimal): -9855269 or 14392937. OLE color: 14392937.

HSL color Cylindrical-coordinate representation of color #699EDB: hue angle of 212.11º 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 #699EDB is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 158 219 -
CMYK 0.52 0.28 0 0.14
HSL 212.11º 0.61% 0.64% -
HSV(B) 212.11º 0.52% 0.86% -
XYZ 30.84 32.57 71.68 -
YUV 149.11 167.44 96.54 -
System Red Green Blue C M Y K H S L
Decimal 105 158 219 0.52 0.28 0 0.14 212.11 0.61 0.64
Hex 69 9E DB 34 1C 0 E D4 3D 40
Octal 151 236 333 64 34 0 16 324 75 100
Binary 1101001 10011110 11011011 110100 11100 0 1110 11010100 111101 1000000

Color Harmonies of #699EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699EDB

Black with #699EDB

Text Example


Text Example

White with #699EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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