Html Css Color HEX #6CA7F1 Cornflower Blue

📋 copy color: '#6CA7F1'

red 108 ◦ green 167 ◦ blue 241

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

Shades of Cornflower Blue #6CA7F1

Tints of Cornflower Blue #6CA7F1

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.36%

 BLUE value IS 241 (94.53% from 255) = 46.71%

R = 20.93%
G = 32.36%
B = 46.71%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6CA7F1 (or 0x6CA7F1) is known color: Cornflower Blue. HEX triplet: 6C, A7 and F1. RGB value is (108,167,241). Sum of RGB (Red+Green+Blue) = 108+167+241=516 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.93% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #6CA7F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA7F1 is #93580E. Grayscale: #9D9D9D. Windows color (decimal): -9656335 or 15837036. OLE color: 15837036.

HSL color Cylindrical-coordinate representation of color #6CA7F1: hue angle of 213.38º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CA7F1 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 108 167 241 -
CMYK 0.55 0.31 0 0.05
HSL 213.38º 0.83% 0.68% -
HSV(B) 213.38º 0.55% 0.95% -
XYZ 35.88 37.18 88.5 -
YUV 157.8 174.95 92.48 -
System Red Green Blue C M Y K H S L
Decimal 108 167 241 0.55 0.31 0 0.05 213.38 0.83 0.68
Hex 6C A7 F1 37 1F 0 5 D5 53 44
Octal 154 247 361 67 37 0 5 325 123 104
Binary 1101100 10100111 11110001 110111 11111 0 101 11010101 1010011 1000100

Color Harmonies of #6CA7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA7F1

Black with #6CA7F1

Text Example


Text Example

White with #6CA7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,167,241); }

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

background-color css

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

 a { background-color: rgb(108,167,241); }

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

border-color css

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

 span { border-color: rgb(108,167,241); }

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