Html Css Color HEX #6185DA Cornflower Blue

📋 copy color: '#6185DA'

red 97 ◦ green 133 ◦ blue 218

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

Shades of Cornflower Blue #6185DA

Tints of Cornflower Blue #6185DA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.69%

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 21.65%
G = 29.69%
B = 48.66%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6185DA (or 0x6185DA) is known color: Cornflower Blue. HEX triplet: 61, 85 and DA. RGB value is (97,133,218). Sum of RGB (Red+Green+Blue) = 97+133+218=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #6185DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6185DA is #9E7A25. Grayscale: #838383. Windows color (decimal): -10385958 or 14320993. OLE color: 14320993.

HSL color Cylindrical-coordinate representation of color #6185DA: hue angle of 222.15º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6185DA is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 133 218 -
CMYK 0.56 0.39 0 0.15
HSL 222.15º 0.62% 0.62% -
HSV(B) 222.15º 0.56% 0.85% -
XYZ 25.97 24.38 69.67 -
YUV 131.93 176.57 103.09 -
System Red Green Blue C M Y K H S L
Decimal 97 133 218 0.56 0.39 0 0.15 222.15 0.62 0.62
Hex 61 85 DA 38 27 0 F DE 3E 3E
Octal 141 205 332 70 47 0 17 336 76 76
Binary 1100001 10000101 11011010 111000 100111 0 1111 11011110 111110 111110

Color Harmonies of #6185DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6185DA

Black with #6185DA

Text Example


Text Example

White with #6185DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6185DA; }

 p { color: rgb(97,133,218); }

 H1.HeaderClassName
 {
   color: #6185DA;
 }
 .AnyTagClassName
 {
   color: #6185DA;
 }
</style>

background-color css

<style>
 a { background-color: #6185DA; }

 a { background-color: rgb(97,133,218); }

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

border-color css

<style>
 span { border-color: #6185DA; }

 span { border-color: rgb(97,133,218); }

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