Html Css Color HEX #6996CF Picton Blue

📋 copy color: '#6996CF'

red 105 ◦ green 150 ◦ blue 207

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

Shades of Picton Blue #6996CF

Tints of Picton Blue #6996CF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.47%

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 22.73%
G = 32.47%
B = 44.81%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6996CF (or 0x6996CF) is known color: Picton Blue. HEX triplet: 69, 96 and CF. RGB value is (105,150,207). Sum of RGB (Red+Green+Blue) = 105+150+207=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #6996CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6996CF is #966930. Grayscale: #8E8E8E. Windows color (decimal): -9857329 or 13604457. OLE color: 13604457.

HSL color Cylindrical-coordinate representation of color #6996CF: hue angle of 213.53º degrees, saturation: 0.52, 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 #6996CF is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 150 207 -
CMYK 0.49 0.28 0 0.19
HSL 213.53º 0.52% 0.61% -
HSV(B) 213.53º 0.49% 0.81% -
XYZ 27.99 29.32 63.22 -
YUV 143.04 164.09 100.87 -
System Red Green Blue C M Y K H S L
Decimal 105 150 207 0.49 0.28 0 0.19 213.53 0.52 0.61
Hex 69 96 CF 31 1C 0 13 D6 34 3D
Octal 151 226 317 61 34 0 23 326 64 75
Binary 1101001 10010110 11001111 110001 11100 0 10011 11010110 110100 111101

Color Harmonies of #6996CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6996CF

Black with #6996CF

Text Example


Text Example

White with #6996CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6996CF; }

 p { color: rgb(105,150,207); }

 H1.HeaderClassName
 {
   color: #6996CF;
 }
 .AnyTagClassName
 {
   color: #6996CF;
 }
</style>

background-color css

<style>
 a { background-color: #6996CF; }

 a { background-color: rgb(105,150,207); }

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

border-color css

<style>
 span { border-color: #6996CF; }

 span { border-color: rgb(105,150,207); }

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