Html Css Color HEX #699FDA Picton Blue

📋 copy color: '#699FDA'

red 105 ◦ green 159 ◦ blue 218

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

Shades of Picton Blue #699FDA

Tints of Picton Blue #699FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.99%

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 21.78%
G = 32.99%
B = 45.23%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#699FDA (or 0x699FDA) is known color: Picton Blue. HEX triplet: 69, 9F and DA. RGB value is (105,159,218). Sum of RGB (Red+Green+Blue) = 105+159+218=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #699FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699FDA is #966025. Grayscale: #959595. Windows color (decimal): -9855014 or 14327657. OLE color: 14327657.

HSL color Cylindrical-coordinate representation of color #699FDA: hue angle of 211.33º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #699FDA is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 159 218 -
CMYK 0.52 0.27 0 0.15
HSL 211.33º 0.6% 0.63% -
HSV(B) 211.33º 0.52% 0.85% -
XYZ 30.88 32.86 71.05 -
YUV 149.58 166.61 96.2 -
System Red Green Blue C M Y K H S L
Decimal 105 159 218 0.52 0.27 0 0.15 211.33 0.6 0.63
Hex 69 9F DA 34 1B 0 F D3 3C 3F
Octal 151 237 332 64 33 0 17 323 74 77
Binary 1101001 10011111 11011010 110100 11011 0 1111 11010011 111100 111111

Color Harmonies of #699FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699FDA

Black with #699FDA

Text Example


Text Example

White with #699FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,159,218); }

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

background-color css

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

 a { background-color: rgb(105,159,218); }

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

border-color css

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

 span { border-color: rgb(105,159,218); }

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