Html Css Color HEX #6267A1 Rich Blue

📋 copy color: '#6267A1'

red 98 ◦ green 103 ◦ blue 161

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

Shades of Rich Blue #6267A1

Tints of Rich Blue #6267A1

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.45%

 BLUE value IS 161 (63.28% from 255) = 44.48%

R = 27.07%
G = 28.45%
B = 44.48%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6267A1 (or 0x6267A1) is known color: Rich Blue. HEX triplet: 62, 67 and A1. RGB value is (98,103,161). Sum of RGB (Red+Green+Blue) = 98+103+161=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 161 - color contains mainly: blue. Hex color #6267A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6267A1 is #9D985E. Grayscale: #6B6B6B. Windows color (decimal): -10328159 or 10577762. OLE color: 10577762.

HSL color Cylindrical-coordinate representation of color #6267A1: hue angle of 235.24º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6267A1 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 103 161 -
CMYK 0.39 0.36 0 0.37
HSL 235.24º 0.25% 0.51% -
HSV(B) 235.24º 0.39% 0.63% -
XYZ 16.32 14.87 35.73 -
YUV 108.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 98 103 161 0.39 0.36 0 0.37 235.24 0.25 0.51
Hex 62 67 A1 27 24 0 25 EB 19 33
Octal 142 147 241 47 44 0 45 353 31 63
Binary 1100010 1100111 10100001 100111 100100 0 100101 11101011 11001 110011

Color Harmonies of #6267A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6267A1

Black with #6267A1

Text Example


Text Example

White with #6267A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6267A1; }

 p { color: rgb(98,103,161); }

 H1.HeaderClassName
 {
   color: #6267A1;
 }
 .AnyTagClassName
 {
   color: #6267A1;
 }
</style>

background-color css

<style>
 a { background-color: #6267A1; }

 a { background-color: rgb(98,103,161); }

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

border-color css

<style>
 span { border-color: #6267A1; }

 span { border-color: rgb(98,103,161); }

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