Html Css Color HEX #699BD5 Picton Blue

📋 copy color: '#699BD5'

red 105 ◦ green 155 ◦ blue 213

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

Shades of Picton Blue #699BD5

Tints of Picton Blue #699BD5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.77%

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 22.2%
G = 32.77%
B = 45.03%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#699BD5 (or 0x699BD5) is known color: Picton Blue. HEX triplet: 69, 9B and D5. RGB value is (105,155,213). Sum of RGB (Red+Green+Blue) = 105+155+213=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #699BD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699BD5 is #96642A. Grayscale: #929292. Windows color (decimal): -9856043 or 13998953. OLE color: 13998953.

HSL color Cylindrical-coordinate representation of color #699BD5: hue angle of 212.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #699BD5 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 105 155 213 -
CMYK 0.51 0.27 0 0.16
HSL 212.22º 0.56% 0.62% -
HSV(B) 212.22º 0.51% 0.84% -
XYZ 29.56 31.25 67.42 -
YUV 146.66 165.44 98.28 -
System Red Green Blue C M Y K H S L
Decimal 105 155 213 0.51 0.27 0 0.16 212.22 0.56 0.62
Hex 69 9B D5 33 1B 0 10 D4 38 3E
Octal 151 233 325 63 33 0 20 324 70 76
Binary 1101001 10011011 11010101 110011 11011 0 10000 11010100 111000 111110

Color Harmonies of #699BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699BD5

Black with #699BD5

Text Example


Text Example

White with #699BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,155,213); }

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

background-color css

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

 a { background-color: rgb(105,155,213); }

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

border-color css

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

 span { border-color: rgb(105,155,213); }

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