Html Css Color HEX #6997CA Picton Blue

📋 copy color: '#6997CA'

red 105 ◦ green 151 ◦ blue 202

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

Shades of Picton Blue #6997CA

Tints of Picton Blue #6997CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 22.93%
G = 32.97%
B = 44.1%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6997CA (or 0x6997CA) is known color: Picton Blue. HEX triplet: 69, 97 and CA. RGB value is (105,151,202). Sum of RGB (Red+Green+Blue) = 105+151+202=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #6997CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6997CA is #966835. Grayscale: #8E8E8E. Windows color (decimal): -9857078 or 13277033. OLE color: 13277033.

HSL color Cylindrical-coordinate representation of color #6997CA: hue angle of 211.55º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6997CA is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 151 202 -
CMYK 0.48 0.25 0 0.21
HSL 211.55º 0.48% 0.6% -
HSV(B) 211.55º 0.48% 0.79% -
XYZ 27.55 29.4 60.1 -
YUV 143.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 105 151 202 0.48 0.25 0 0.21 211.55 0.48 0.6
Hex 69 97 CA 30 19 0 15 D4 30 3C
Octal 151 227 312 60 31 0 25 324 60 74
Binary 1101001 10010111 11001010 110000 11001 0 10101 11010100 110000 111100

Color Harmonies of #6997CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6997CA

Black with #6997CA

Text Example


Text Example

White with #6997CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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