Html Css Color HEX #6297CB Picton Blue

📋 copy color: '#6297CB'

red 98 ◦ green 151 ◦ blue 203

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

Shades of Picton Blue #6297CB

Tints of Picton Blue #6297CB

RGB

 RED value IS 98 (38.67% from 255) = 21.68%

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

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

R = 21.68%
G = 33.41%
B = 44.91%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6297CB (or 0x6297CB) is known color: Picton Blue. HEX triplet: 62, 97 and CB. RGB value is (98,151,203). Sum of RGB (Red+Green+Blue) = 98+151+203=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #6297CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6297CB is #9D6834. Grayscale: #8C8C8C. Windows color (decimal): -10315829 or 13342562. OLE color: 13342562.

HSL color Cylindrical-coordinate representation of color #6297CB: hue angle of 209.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6297CB is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 151 203 -
CMYK 0.52 0.26 0 0.20
HSL 209.71º 0.5% 0.59% -
HSV(B) 209.71º 0.52% 0.8% -
XYZ 26.88 29.04 60.69 -
YUV 141.08 162.94 97.27 -
System Red Green Blue C M Y K H S L
Decimal 98 151 203 0.52 0.26 0 0.20 209.71 0.5 0.59
Hex 62 97 CB 34 1A 0 14 D2 32 3B
Octal 142 227 313 64 32 0 24 322 62 73
Binary 1100010 10010111 11001011 110100 11010 0 10100 11010010 110010 111011

Color Harmonies of #6297CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6297CB

Black with #6297CB

Text Example


Text Example

White with #6297CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6297CB; }

 p { color: rgb(98,151,203); }

 H1.HeaderClassName
 {
   color: #6297CB;
 }
 .AnyTagClassName
 {
   color: #6297CB;
 }
</style>

background-color css

<style>
 a { background-color: #6297CB; }

 a { background-color: rgb(98,151,203); }

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

border-color css

<style>
 span { border-color: #6297CB; }

 span { border-color: rgb(98,151,203); }

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