Html Css Color HEX #6299CF Picton Blue

📋 copy color: '#6299CF'

red 98 ◦ green 153 ◦ blue 207

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

Shades of Picton Blue #6299CF

Tints of Picton Blue #6299CF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.41%

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

R = 21.4%
G = 33.41%
B = 45.2%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6299CF (or 0x6299CF) is known color: Picton Blue. HEX triplet: 62, 99 and CF. RGB value is (98,153,207). Sum of RGB (Red+Green+Blue) = 98+153+207=458 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.40% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #6299CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6299CF is #9D6630. Grayscale: #8E8E8E. Windows color (decimal): -10315313 or 13605218. OLE color: 13605218.

HSL color Cylindrical-coordinate representation of color #6299CF: hue angle of 209.72º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6299CF is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 153 207 -
CMYK 0.53 0.26 0 0.19
HSL 209.72º 0.53% 0.6% -
HSV(B) 209.72º 0.53% 0.81% -
XYZ 27.69 29.88 63.34 -
YUV 142.71 164.28 96.11 -
System Red Green Blue C M Y K H S L
Decimal 98 153 207 0.53 0.26 0 0.19 209.72 0.53 0.6
Hex 62 99 CF 35 1A 0 13 D2 35 3C
Octal 142 231 317 65 32 0 23 322 65 74
Binary 1100010 10011001 11001111 110101 11010 0 10011 11010010 110101 111100

Color Harmonies of #6299CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6299CF

Black with #6299CF

Text Example


Text Example

White with #6299CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,153,207); }

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

background-color css

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

 a { background-color: rgb(98,153,207); }

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

border-color css

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

 span { border-color: rgb(98,153,207); }

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