Html Css Color HEX #61A0FA Cornflower Blue

📋 copy color: '#61A0FA'

red 97 ◦ green 160 ◦ blue 250

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

Shades of Cornflower Blue #61A0FA

Tints of Cornflower Blue #61A0FA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.56%

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 19.13%
G = 31.56%
B = 49.31%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#61A0FA (or 0x61A0FA) is known color: Cornflower Blue. HEX triplet: 61, A0 and FA. RGB value is (97,160,250). Sum of RGB (Red+Green+Blue) = 97+160+250=507 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.13% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #61A0FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A0FA is #9E5F05. Grayscale: #979797. Windows color (decimal): -10379014 or 16425057. OLE color: 16425057.

HSL color Cylindrical-coordinate representation of color #61A0FA: hue angle of 215.29º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61A0FA is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 160 250 -
CMYK 0.61 0.36 0 0.02
HSL 215.29º 0.94% 0.68% -
HSV(B) 215.29º 0.61% 0.98% -
XYZ 34.76 34.59 95.29 -
YUV 151.42 183.63 89.18 -
System Red Green Blue C M Y K H S L
Decimal 97 160 250 0.61 0.36 0 0.02 215.29 0.94 0.68
Hex 61 A0 FA 3D 24 0 2 D7 5E 44
Octal 141 240 372 75 44 0 2 327 136 104
Binary 1100001 10100000 11111010 111101 100100 0 10 11010111 1011110 1000100

Color Harmonies of #61A0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A0FA

Black with #61A0FA

Text Example


Text Example

White with #61A0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61A0FA; }

 p { color: rgb(97,160,250); }

 H1.HeaderClassName
 {
   color: #61A0FA;
 }
 .AnyTagClassName
 {
   color: #61A0FA;
 }
</style>

background-color css

<style>
 a { background-color: #61A0FA; }

 a { background-color: rgb(97,160,250); }

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

border-color css

<style>
 span { border-color: #61A0FA; }

 span { border-color: rgb(97,160,250); }

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