Html Css Color HEX #619BDE Cornflower Blue

📋 copy color: '#619BDE'

red 97 ◦ green 155 ◦ blue 222

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

Shades of Cornflower Blue #619BDE

Tints of Cornflower Blue #619BDE

RGB

 RED value IS 97 (38.28% from 255) = 20.46%

 GREEN value IS 155 (60.94% from 255) = 32.7%

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 20.46%
G = 32.7%
B = 46.84%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#619BDE (or 0x619BDE) is known color: Cornflower Blue. HEX triplet: 61, 9B and DE. RGB value is (97,155,222). Sum of RGB (Red+Green+Blue) = 97+155+222=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #619BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619BDE is #9E6421. Grayscale: #909090. Windows color (decimal): -10380322 or 14588769. OLE color: 14588769.

HSL color Cylindrical-coordinate representation of color #619BDE: hue angle of 212.16º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #619BDE is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 155 222 -
CMYK 0.56 0.30 0 0.13
HSL 212.16º 0.65% 0.63% -
HSV(B) 212.16º 0.56% 0.87% -
XYZ 29.84 31.26 73.57 -
YUV 145.3 171.28 93.55 -
System Red Green Blue C M Y K H S L
Decimal 97 155 222 0.56 0.30 0 0.13 212.16 0.65 0.63
Hex 61 9B DE 38 1E 0 D D4 41 3F
Octal 141 233 336 70 36 0 15 324 101 77
Binary 1100001 10011011 11011110 111000 11110 0 1101 11010100 1000001 111111

Color Harmonies of #619BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619BDE

Black with #619BDE

Text Example


Text Example

White with #619BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619BDE; }

 p { color: rgb(97,155,222); }

 H1.HeaderClassName
 {
   color: #619BDE;
 }
 .AnyTagClassName
 {
   color: #619BDE;
 }
</style>

background-color css

<style>
 a { background-color: #619BDE; }

 a { background-color: rgb(97,155,222); }

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

border-color css

<style>
 span { border-color: #619BDE; }

 span { border-color: rgb(97,155,222); }

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