Html Css Color HEX #6C8BFA Cornflower Blue

📋 copy color: '#6C8BFA'

red 108 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #6C8BFA

Tints of Cornflower Blue #6C8BFA

RGB

 RED value IS 108 (42.58% from 255) = 21.73%

 GREEN value IS 139 (54.69% from 255) = 27.97%

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

R = 21.73%
G = 27.97%
B = 50.3%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C8BFA (or 0x6C8BFA) is known color: Cornflower Blue. HEX triplet: 6C, 8B and FA. RGB value is (108,139,250). Sum of RGB (Red+Green+Blue) = 108+139+250=497 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.73% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C8BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C8BFA is #937405. Grayscale: #8D8D8D. Windows color (decimal): -9663494 or 16419692. OLE color: 16419692.

HSL color Cylindrical-coordinate representation of color #6C8BFA: hue angle of 226.9º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C8BFA is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 139 250 -
CMYK 0.57 0.44 0 0.02
HSL 226.9º 0.93% 0.7% -
HSV(B) 226.9º 0.57% 0.98% -
XYZ 32.67 28.56 94.23 -
YUV 142.39 188.73 103.47 -
System Red Green Blue C M Y K H S L
Decimal 108 139 250 0.57 0.44 0 0.02 226.9 0.93 0.7
Hex 6C 8B FA 39 2C 0 2 E3 5D 46
Octal 154 213 372 71 54 0 2 343 135 106
Binary 1101100 10001011 11111010 111001 101100 0 10 11100011 1011101 1000110

Color Harmonies of #6C8BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8BFA

Black with #6C8BFA

Text Example


Text Example

White with #6C8BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C8BFA; }

 p { color: rgb(108,139,250); }

 H1.HeaderClassName
 {
   color: #6C8BFA;
 }
 .AnyTagClassName
 {
   color: #6C8BFA;
 }
</style>

background-color css

<style>
 a { background-color: #6C8BFA; }

 a { background-color: rgb(108,139,250); }

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

border-color css

<style>
 span { border-color: #6C8BFA; }

 span { border-color: rgb(108,139,250); }

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