Html Css Color HEX #6997CF Picton Blue

📋 copy color: '#6997CF'

red 105 ◦ green 151 ◦ blue 207

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

Shades of Picton Blue #6997CF

Tints of Picton Blue #6997CF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.61%

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

R = 22.68%
G = 32.61%
B = 44.71%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6997CF (or 0x6997CF) is known color: Picton Blue. HEX triplet: 69, 97 and CF. RGB value is (105,151,207). Sum of RGB (Red+Green+Blue) = 105+151+207=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #6997CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6997CF is #966830. Grayscale: #8F8F8F. Windows color (decimal): -9857073 or 13604713. OLE color: 13604713.

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

Color convert

RGB 105 151 207 -
CMYK 0.49 0.27 0 0.19
HSL 212.94º 0.52% 0.61% -
HSV(B) 212.94º 0.49% 0.81% -
XYZ 28.15 29.64 63.27 -
YUV 143.63 163.76 100.45 -
System Red Green Blue C M Y K H S L
Decimal 105 151 207 0.49 0.27 0 0.19 212.94 0.52 0.61
Hex 69 97 CF 31 1B 0 13 D5 34 3D
Octal 151 227 317 61 33 0 23 325 64 75
Binary 1101001 10010111 11001111 110001 11011 0 10011 11010101 110100 111101

Color Harmonies of #6997CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6997CF

Black with #6997CF

Text Example


Text Example

White with #6997CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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