Html Css Color HEX #0621AF International Klein Blue

📋 copy color: '#0621AF'

red 6 ◦ green 33 ◦ blue 175

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

Shades of International Klein Blue #0621AF

Tints of International Klein Blue #0621AF

RGB

 RED value IS 6 (2.73% from 255) = 2.8%

 GREEN value IS 33 (13.28% from 255) = 15.42%

 BLUE value IS 175 (68.75% from 255) = 81.78%

R = 2.8%
G = 15.42%
B = 81.78%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0621AF (or 0x0621AF) is known color: International Klein Blue. HEX triplet: 06, 21 and AF. RGB value is (6,33,175). Sum of RGB (Red+Green+Blue) = 6+33+175=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 175 (68.75% from 255 or 81.78% from 214); Max value from RGB is 175 - color contains mainly: blue. Hex color #0621AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0621AF is #F9DE50. Grayscale: #282828. Windows color (decimal): -16375377 or 11477254. OLE color: 11477254.

HSL color Cylindrical-coordinate representation of color #0621AF: hue angle of 230.41º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0621AF is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 6 33 175 -
CMYK 0.97 0.81 0 0.31
HSL 230.41º 0.93% 0.35% -
HSV(B) 230.41º 0.97% 0.69% -
XYZ 8.36 4.22 40.93 -
YUV 41.12 203.55 102.95 -
System Red Green Blue C M Y K H S L
Decimal 6 33 175 0.97 0.81 0 0.31 230.41 0.93 0.35
Hex 6 21 AF 61 51 0 1F E6 5D 23
Octal 6 41 257 141 121 0 37 346 135 43
Binary 110 100001 10101111 1100001 1010001 0 11111 11100110 1011101 100011

Color Harmonies of #0621AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0621AF

Black with #0621AF

Text Example


Text Example

White with #0621AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0621AF; }

 p { color: rgb(6,33,175); }

 H1.HeaderClassName
 {
   color: #0621AF;
 }
 .AnyTagClassName
 {
   color: #0621AF;
 }
</style>

background-color css

<style>
 a { background-color: #0621AF; }

 a { background-color: rgb(6,33,175); }

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

border-color css

<style>
 span { border-color: #0621AF; }

 span { border-color: rgb(6,33,175); }

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