Html Css Color HEX #699CCB Picton Blue

📋 copy color: '#699CCB'

red 105 ◦ green 156 ◦ blue 203

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

Shades of Picton Blue #699CCB

Tints of Picton Blue #699CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.62%

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 22.63%
G = 33.62%
B = 43.75%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#699CCB (or 0x699CCB) is known color: Picton Blue. HEX triplet: 69, 9C and CB. RGB value is (105,156,203). Sum of RGB (Red+Green+Blue) = 105+156+203=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #699CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699CCB is #966334. Grayscale: #919191. Windows color (decimal): -9855797 or 13343849. OLE color: 13343849.

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

Color convert

RGB 105 156 203 -
CMYK 0.48 0.23 0 0.20
HSL 208.78º 0.49% 0.6% -
HSV(B) 208.78º 0.48% 0.8% -
XYZ 28.49 31.09 61 -
YUV 146.11 160.1 98.68 -
System Red Green Blue C M Y K H S L
Decimal 105 156 203 0.48 0.23 0 0.20 208.78 0.49 0.6
Hex 69 9C CB 30 17 0 14 D1 31 3C
Octal 151 234 313 60 27 0 24 321 61 74
Binary 1101001 10011100 11001011 110000 10111 0 10100 11010001 110001 111100

Color Harmonies of #699CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699CCB

Black with #699CCB

Text Example


Text Example

White with #699CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,156,203); }

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

background-color css

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

 a { background-color: rgb(105,156,203); }

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

border-color css

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

 span { border-color: rgb(105,156,203); }

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