Html Css Color HEX #6B96FA Cornflower Blue

📋 copy color: '#6B96FA'

red 107 ◦ green 150 ◦ blue 250

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

Shades of Cornflower Blue #6B96FA

Tints of Cornflower Blue #6B96FA

RGB

 RED value IS 107 (42.19% from 255) = 21.1%

 GREEN value IS 150 (58.98% from 255) = 29.59%

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

R = 21.1%
G = 29.59%
B = 49.31%

CMYK

 C value IS 0.57

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B96FA (or 0x6B96FA) is known color: Cornflower Blue. HEX triplet: 6B, 96 and FA. RGB value is (107,150,250). Sum of RGB (Red+Green+Blue) = 107+150+250=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 150 (58.98% from 255 or 29.59% 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 #6B96FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B96FA is #946905. Grayscale: #949494. Windows color (decimal): -9726214 or 16422507. OLE color: 16422507.

HSL color Cylindrical-coordinate representation of color #6B96FA: hue angle of 221.96º 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 #6B96FA is Cyan = 0.57, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 150 250 -
CMYK 0.57 0.4 0 0.02
HSL 221.96º 0.93% 0.7% -
HSV(B) 221.96º 0.57% 0.98% -
XYZ 34.23 31.84 94.78 -
YUV 148.54 185.25 98.37 -
System Red Green Blue C M Y K H S L
Decimal 107 150 250 0.57 0.4 0 0.02 221.96 0.93 0.7
Hex 6B 96 FA 39 28 0 2 DE 5D 46
Octal 153 226 372 71 50 0 2 336 135 106
Binary 1101011 10010110 11111010 111001 101000 0 10 11011110 1011101 1000110

Color Harmonies of #6B96FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B96FA

Black with #6B96FA

Text Example


Text Example

White with #6B96FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,150,250); }

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

background-color css

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

 a { background-color: rgb(107,150,250); }

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

border-color css

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

 span { border-color: rgb(107,150,250); }

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