Html Css Color HEX #699DCE Picton Blue

📋 copy color: '#699DCE'

red 105 ◦ green 157 ◦ blue 206

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

Shades of Picton Blue #699DCE

Tints of Picton Blue #699DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 22.44%
G = 33.55%
B = 44.02%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#699DCE (or 0x699DCE) is known color: Picton Blue. HEX triplet: 69, 9D and CE. RGB value is (105,157,206). Sum of RGB (Red+Green+Blue) = 105+157+206=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #699DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699DCE is #966231. Grayscale: #929292. Windows color (decimal): -9855538 or 13540713. OLE color: 13540713.

HSL color Cylindrical-coordinate representation of color #699DCE: hue angle of 209.11º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #699DCE is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 157 206 -
CMYK 0.49 0.24 0 0.19
HSL 209.11º 0.51% 0.61% -
HSV(B) 209.11º 0.49% 0.81% -
XYZ 29.02 31.57 62.96 -
YUV 147.04 161.27 98.02 -
System Red Green Blue C M Y K H S L
Decimal 105 157 206 0.49 0.24 0 0.19 209.11 0.51 0.61
Hex 69 9D CE 31 18 0 13 D1 33 3D
Octal 151 235 316 61 30 0 23 321 63 75
Binary 1101001 10011101 11001110 110001 11000 0 10011 11010001 110011 111101

Color Harmonies of #699DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699DCE

Black with #699DCE

Text Example


Text Example

White with #699DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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