Html Css Color HEX #699DCC Picton Blue

📋 copy color: '#699DCC'

red 105 ◦ green 157 ◦ blue 204

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

Shades of Picton Blue #699DCC

Tints of Picton Blue #699DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 22.53%
G = 33.69%
B = 43.78%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#699DCC (or 0x699DCC) is known color: Picton Blue. HEX triplet: 69, 9D and CC. RGB value is (105,157,204). Sum of RGB (Red+Green+Blue) = 105+157+204=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #699DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699DCC is #966233. Grayscale: #929292. Windows color (decimal): -9855540 or 13409641. OLE color: 13409641.

HSL color Cylindrical-coordinate representation of color #699DCC: hue angle of 208.48º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #699DCC is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 157 204 -
CMYK 0.49 0.23 0 0.2
HSL 208.48º 0.49% 0.61% -
HSV(B) 208.48º 0.49% 0.8% -
XYZ 28.78 31.48 61.69 -
YUV 146.81 160.27 98.18 -
System Red Green Blue C M Y K H S L
Decimal 105 157 204 0.49 0.23 0 0.2 208.48 0.49 0.61
Hex 69 9D CC 31 17 0 14 D0 31 3D
Octal 151 235 314 61 27 0 24 320 61 75
Binary 1101001 10011101 11001100 110001 10111 0 10100 11010000 110001 111101

Color Harmonies of #699DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699DCC

Black with #699DCC

Text Example


Text Example

White with #699DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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